[pypy-svn] r64603 - pypy/trunk/lib-python
pedronis at codespeak.net
pedronis at codespeak.net
Thu Apr 23 17:27:31 CEST 2009
Author: pedronis
Date: Thu Apr 23 17:27:30 2009
New Revision: 64603
Modified:
pypy/trunk/lib-python/win32-failures.txt
Log:
some comments
Modified: pypy/trunk/lib-python/win32-failures.txt
==============================================================================
--- pypy/trunk/lib-python/win32-failures.txt (original)
+++ pypy/trunk/lib-python/win32-failures.txt Thu Apr 23 17:27:30 2009
@@ -4,5 +4,7 @@
(see branch/unicode_filename)
test_univnewlines INCORRECT FIX: os.popen('echo 1') should not return
'1\r\n'
-
+ Either we cheat and give subprocess universalnewlines on windows in popen,
+ or we teach subprocess some impl specific things about windows,
+ or we revert to the old approach for non seekable streams if there's a sane way to detect that.
More information about the Pypy-commit
mailing list