From 6326f82715e67316c0ca5012bc6397080f764eb7 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Thu, 25 Mar 2010 16:09:37 -0700 Subject: [PATCH] Add a warning about the experimental status of our win32 support --- tornado/win32_support.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tornado/win32_support.py b/tornado/win32_support.py index ee55d7e26..f3efa8e89 100644 --- a/tornado/win32_support.py +++ b/tornado/win32_support.py @@ -1,3 +1,6 @@ +# NOTE: win32 support is currently experimental, and not recommended +# for production use. + import ctypes import ctypes.wintypes import os -- 2.47.2