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.
Created on 2011年08月05日 09:29 by bialix, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (1) | |||
|---|---|---|---|
| msg141650 - (view) | Author: Alexander Belchenko (bialix) | Date: 2011年08月05日 09:29 | |
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 |
| 2022年04月11日 14:57:20 | admin | set | github: 56903 |
| 2011年08月05日 18:27:53 | r.david.murray | set | status: open -> closed |
| 2011年08月05日 11:37:17 | r.david.murray | set | resolution: duplicate superseder: Tools/Scripts/crlf.py needs updating for python 3+ stage: resolved |
| 2011年08月05日 09:29:01 | bialix | create | |