From: Daira Hopwood Date: Thu, 5 Sep 2013 16:45:22 +0000 (+0100) Subject: Mon May 14 17:34:31 BST 2012 david-sarah@jacaranda.org X-Git-Url: https://git.rkrishnan.org/listings/frontends/FTP-and-SFTP.rst?a=commitdiff_plain;h=1671b68fdd75276262765f6cfb175239466ee270;p=tahoe-lafs%2Ftahoe-lafs.git Mon May 14 17:34:31 BST 2012 david-sarah@jacaranda.org * Improve a comment in __init__.py. --- diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py index c342ac5c..37264d05 100644 --- a/src/allmydata/__init__.py +++ b/src/allmydata/__init__.py @@ -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)