From 7ba4b1828500785030744876181afd444f1fcc65 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 18:12:17 +0100
Subject: [PATCH] Mon Feb 27 19:03:17 GMT 2012  david-sarah@jacaranda.org   *
 Suppress a warning from win32eventreactor on Windows (patch v2). fixes #1681

---
 src/allmydata/_auto_deps.py | 1 +
 1 file changed, 1 insertion(+)

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 = [
-- 
2.45.2