projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
accda01
)
Mon Feb 27 19:03:17 GMT 2012 david-sarah@jacaranda.org
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 17:12:17 +0000
(18:12 +0100)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 97e9c53612f93df05da4866920d642df0533f160..2aa906973587a546ef78b958f4449ca653334f5b 100644
(file)
--- 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 = [