[issue12032] Tools/Scripts/crlv.py needs updating for python 3+

2011-05-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset f94d74c85dcb by Victor Stinner in branch 'default': Close #12032: Fix scripts/crlf.py for Python 3 http://hg.python.org/cpython/rev/f94d74c85dcb -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed

[issue12032] Tools/Scripts/crlv.py needs updating for python 3+

2011-05-08 Thread Stephen Ferg
New submission from Stephen Ferg : I think this is a consequence of the new Unicode support in Python 3+ Here is code copied from C:\Python32\Tools\Scripts\crlf.py (on windows) == for filename in os.listdir("."): if os.p