From 1671b68fdd75276262765f6cfb175239466ee270 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 5 Sep 2013 17:45:22 +0100 Subject: [PATCH] Mon May 14 17:34:31 BST 2012 david-sarah@jacaranda.org * Improve a comment in __init__.py. --- src/allmydata/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.45.2