[issue15675] PEP 3121, 384 Refactoring applied to array module

2012-08-15 Thread Meador Inge
Changes by Meador Inge : -- nosy: +meador.inge ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15675] PEP 3121, 384 Refactoring applied to array module

2012-08-15 Thread Meador Inge
Changes by Meador Inge : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue15671] PEP 3121, 384 Refactoring applied to struct module

2012-08-15 Thread Meador Inge
Changes by Meador Inge : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue11062] mailbox fails to round-trip a file to a Babyl mailbox

2012-08-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 770ffc91a82e by Petri Lehtinen in branch '3.2': #11062: Fix universal newline support in Babyl._install_message() http://hg.python.org/cpython/rev/770ffc91a82e New changeset 5206b9dbf1ac by Petri Lehtinen in branch 'default': #11062: Fix universal n

[issue13119] Newline for print() is \n on Windows, and not \r\n as expected

2012-08-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > +" newline is '' or '\n', no translation takes place. If newline is > any\n" Non-escaped "\n". -- nosy: +storchaka status: closed -> open ___ Python tracker

[issue13119] Newline for print() is \n on Windows, and not \r\n as expected

2012-08-15 Thread Georg Brandl
Georg Brandl added the comment: Would be nice to be a bit more specific *where* that line comes from. -- ___ Python tracker ___ ___ Py

[issue13119] Newline for print() is \n on Windows, and not \r\n as expected

2012-08-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Would be nice to be a bit more specific *where* that line comes from. Modules/_io/textio.c, changesets 243ad1a6f638 and 083776adcacc. -- ___ Python tracker ___

[issue13119] Newline for print() is \n on Windows, and not \r\n as expected

2012-08-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oops, I got the wrong issue, sorry. -- status: open -> closed ___ Python tracker ___ ___ Python-bu

<    1   2