]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Improve a comment in __init__.py.
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 14 May 2012 16:34:31 +0000 (16:34 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 14 May 2012 16:34:31 +0000 (16:34 +0000)
src/allmydata/__init__.py

index f7906e01cbdcca4b6e049437f2e24cbb81b511b4..4ddea757fa449783fbbe22c1e26459f1e38623f7 100644 (file)
@@ -161,9 +161,8 @@ def get_package_versions_and_locations():
         message="BaseException.message has been deprecated as of Python 2.6",
         append=True)
 
-    # This is to suppress various DeprecationWarnings and UserWarnings that
-    # occur when modules are imported.  See #859, #1435 and
-    # http://divmod.org/trac/ticket/2994 [broken link].
+    # This is to suppress various DeprecationWarnings, UserWarnings, and RuntimeWarnings
+    # (listed in _auto_deps.py) that occur when modules are imported.
 
     for msg in deprecation_messages:
         warnings.filterwarnings("ignore", category=DeprecationWarning, message=msg, append=True)