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.

Author serhiy.storchaka
Recipients BreamoreBoy, agillesp, pitrou, r.david.murray, ryles, serhiy.storchaka
Date 2012-05-01.12:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335876259.2567.38.camel@raxxla>
In-reply-to <1335711858.3414.9.camel@localhost.localdomain>
Content
I know how to remove universal newline support, I know how after this
correct these functions (with issue14371 they partially corrected), but
I don't know how to deprecate universal newline support. What should be
done? Can you initiate a discussion in Python-Ideas or Python-Dev? Now
only zipfile trying to implement this PEP (and failed), io ignores 'U'
mode, gzip checks and raises.

With regard to this issue, I note that there are tests that check that
read() returns unmodified data (UniversalNewlineTests.read_test in
Lib/test/test_zipfile.py). It looks weird, but apparently, this behavior
is expected and deliberate.
History
Date User Action Args
2012-05-01 12:41:50serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, r.david.murray, ryles, agillesp, BreamoreBoy
2012-05-01 12:41:49serhiy.storchakalinkissue6759 messages
2012-05-01 12:41:49serhiy.storchakacreate