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
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