Deprecating eventlet.processes, hopefully fixing executable bit on all these dang files.

This commit is contained in:
Ryan Williams
2010-02-21 09:52:40 -05:00
parent 1fd58ef71b
commit 116c251bfc
5 changed files with 5 additions and 5 deletions

0
MANIFEST.in Executable file → Normal file
View File

0
README Executable file → Normal file
View File

View File

@@ -1,9 +1,9 @@
# disable popen2-related warnings until we complete eventlet.green.subprocess
# because they break saranwrap
import warnings import warnings
warnings.filterwarnings(action = 'ignore', warnings.warn("eventlet.processes is deprecated in favor of "
message='.*popen2.*', "eventlet.green.subprocess, which is API-compatible with the standard "
category=DeprecationWarning) " library subprocess module.",
DeprecationWarning, stacklevel=2)
import errno import errno
import os import os

0
tests/parse_results.py Executable file → Normal file
View File

0
tests/stdlib/test_threading.py Executable file → Normal file
View File