From: Daira Hopwood Date: Thu, 5 Sep 2013 17:12:17 +0000 (+0100) Subject: Mon Feb 27 19:03:17 GMT 2012 david-sarah@jacaranda.org X-Git-Url: https://git.rkrishnan.org/uri//%22%22?a=commitdiff_plain;h=7ba4b1828500785030744876181afd444f1fcc65;p=tahoe-lafs%2Ftahoe-lafs.git Mon Feb 27 19:03:17 GMT 2012 david-sarah@jacaranda.org * Suppress a warning from win32eventreactor on Windows (patch v2). fixes #1681 --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 97e9c536..2aa90697 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -129,6 +129,7 @@ deprecation_messages = [ user_warning_messages = [ "Hashing uninitialized InterfaceClass instance", + "Reliable disconnection notification requires pywin32 215 or later", ] runtime_warning_messages = [