]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
__init__.py: silence DeprecationWarning about BaseException.message globally. fixes...
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 20 Jul 2010 01:19:39 +0000 (18:19 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 20 Jul 2010 01:19:39 +0000 (18:19 -0700)
src/allmydata/__init__.py

index acaeda272dbb06b79fec1788da2834756c1744ef..0b5d6129341862a07cbe27bdd5885221fddf00ab 100644 (file)
@@ -35,10 +35,12 @@ finally:
     warnings.filters.pop()
     warnings.filters.pop()
 
-# This warning is generated by twisted, but not when it is imported, only on an error.
+# This warning is generated by twisted, PyRex, and possibly other packages,
+# but can happen at any time, not only when they are imported. See
+# http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1129 .
 warnings.filterwarnings("ignore", category=DeprecationWarning,
     message="BaseException.message has been deprecated as of Python 2.6",
-    module=".*twisted.*", append=True)
+    append=True)
 
 __version__ = "unknown"
 try: