]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Mon Feb 27 19:03:17 GMT 2012 david-sarah@jacaranda.org
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:12:17 +0000 (18:12 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:12:17 +0000 (18:12 +0100)
  * Suppress a warning from win32eventreactor on Windows (patch v2). fixes #1681

src/allmydata/_auto_deps.py

index 97e9c53612f93df05da4866920d642df0533f160..2aa906973587a546ef78b958f4449ca653334f5b 100644 (file)
@@ -129,6 +129,7 @@ deprecation_messages = [
 
 user_warning_messages = [
     "Hashing uninitialized InterfaceClass instance",
+    "Reliable disconnection notification requires pywin32 215 or later",
 ]
 
 runtime_warning_messages = [