]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Mon May 14 17:34:31 BST 2012 david-sarah@jacaranda.org
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 16:45:22 +0000 (17:45 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 16:45:22 +0000 (17:45 +0100)
  * Improve a comment in __init__.py.

src/allmydata/__init__.py

index c342ac5c0c0fd9de76a05ed900acce4c5eb5654e..37264d05dc51e106ee044feca9aae22a5d387bf9 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)