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
warnings.filterwarnings(action = 'ignore',
message='.*popen2.*',
category=DeprecationWarning)
warnings.warn("eventlet.processes is deprecated in favor of "
"eventlet.green.subprocess, which is API-compatible with the standard "
" library subprocess module.",
DeprecationWarning, stacklevel=2)
import errno
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