[issue12032] Tools/Scripts/crlf.py needs updating for python 3+

2011-08-12 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> eric.araujo resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-b

[issue12032] Tools/Scripts/crlf.py needs updating for python 3+

2011-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 47ffb957921d by Éric Araujo in branch '3.2': Update crlf and lfcr scripts for 3.x bytes semantics (#12032). http://hg.python.org/cpython/rev/47ffb957921d -- ___ Python tracker

[issue12032] Tools/Scripts/crlf.py needs updating for python 3+

2011-08-08 Thread Éric Araujo
Éric Araujo added the comment: This needs porting to 3.2. -- nosy: +eric.araujo resolution: fixed -> status: closed -> open ___ Python tracker ___ _

[issue12032] Tools/Scripts/crlf.py needs updating for python 3+

2011-08-05 Thread R. David Murray
Changes by R. David Murray : -- title: Tools/Scripts/crlv.py needs updating for python 3+ -> Tools/Scripts/crlf.py needs updating for python 3+ type: crash -> behavior ___ Python tracker __