From: Ben Darnell Date: Thu, 25 Mar 2010 23:09:37 +0000 (-0700) Subject: Add a warning about the experimental status of our win32 support X-Git-Tag: v1.0.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6326f82715e67316c0ca5012bc6397080f764eb7;p=thirdparty%2Ftornado.git Add a warning about the experimental status of our win32 support --- 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