This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bialix
Recipients bialix
Date 2011-08-05.09:29:00
SpamBayes Score 1.6500125e-06
Marked as misclassified No
Message-id <1312536541.59.0.919567642334.issue12694@psf.upfronthosting.co.za>
In-reply-to
Content
Attempt to use crlf.py script from standard windows install always fail with traceback:

C:\Python32\Tools\Scripts>C:\Python32\python.exe crlf.py 2to3.py
Traceback (most recent call last):
  File "crlf.py", line 23, in <module>
    main()
  File "crlf.py", line 12, in main
    if '\0' in data:
TypeError: Type str doesn't support the buffer API

C:\Python32\Tools\Scripts>C:\Python32\python.exe -V
Python 3.2
History
Date User Action Args
2011-08-05 09:29:01bialixsetrecipients: + bialix
2011-08-05 09:29:01bialixsetmessageid: <1312536541.59.0.919567642334.issue12694@psf.upfronthosting.co.za>
2011-08-05 09:29:01bialixlinkissue12694 messages
2011-08-05 09:29:00bialixcreate