projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a133c08
)
Temporarily suppress the DeprecationWarning about IFinishableConsumer; it's irritatin...
author
david-sarah
<david-sarah@jacaranda.org>
Wed, 14 Mar 2012 23:47:29 +0000
(23:47 +0000)
committer
david-sarah
<david-sarah@jacaranda.org>
Wed, 14 Mar 2012 23:47:29 +0000
(23:47 +0000)
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index ee9ad6f4e5b28d27574fe41d711c4144bfce6e57..f0195b1c0b73a441b75c30a772b3efb3cfc8beb2 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-106,6
+106,7
@@
deprecation_messages = [
"The popen2 module is deprecated. Use the subprocess module.",
"the md5 module is deprecated; use hashlib instead",
"twisted.web.error.NoResource is deprecated since Twisted 9.0. See twisted.web.resource.NoResource.",
+ "twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead."
"the sets module is deprecated",
]