[New-bugs-announce] [issue12694] crlf.py script from Tools doesn't work with Python 3.2

Alexander Belchenko report at bugs.python.org
Fri Aug 5 11:29:01 CEST 2011


New submission from Alexander Belchenko <bialix at ukr.net>:

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

----------
messages: 141650
nosy: bialix
priority: normal
severity: normal
status: open
title: crlf.py script from Tools doesn't work with Python 3.2
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12694>
_______________________________________


More information about the New-bugs-announce mailing list