]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add a warning about the experimental status of our win32 support
authorBen Darnell <bdarnell@beaker.local>
Thu, 25 Mar 2010 23:09:37 +0000 (16:09 -0700)
committerBen Darnell <bdarnell@beaker.local>
Thu, 25 Mar 2010 23:09:37 +0000 (16:09 -0700)
tornado/win32_support.py

index ee55d7e26224866219f1bcac2553c6c42af8c2d7..f3efa8e8929c876d53708b87f1cb69958fc6633d 100644 (file)
@@ -1,3 +1,6 @@
+# NOTE: win32 support is currently experimental, and not recommended
+# for production use.
+
 import ctypes
 import ctypes.wintypes
 import os