Message141650
| 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:01 | bialix | set | recipients:
+ bialix |
| 2011年08月05日 09:29:01 | bialix | set | messageid: <1312536541.59.0.919567642334.issue12694@psf.upfronthosting.co.za> |
| 2011年08月05日 09:29:01 | bialix | link | issue12694 messages |
| 2011年08月05日 09:29:00 | bialix | create |
|