Issue1755361

classification
Title: file missing 'U' universal newline mode
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, pjenvey
Priority: normal Keywords: test failure causes

Created on 2007-07-17.08:59:43 by cgroves, last changed 2007-09-22.00:02:22 by pjenvey.

Messages
msg1733 (view) Author: Charlie Groves (cgroves) Date: 2007-07-17.08:59:43
file is missing support for rU, universal newline mode, as added in PEP 278.  This is causing test_uu.py to fail on the 2.3 branch.
msg1734 (view) Author: Charlie Groves (cgroves) Date: 2007-08-06.00:06:14
See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for how to get the test running again to fix this.
msg1735 (view) Author: Philip Jenvey (pjenvey) Date: 2007-09-22.00:02:22
universal newline support has been added in r3494; the workaround for test_uu was also reverted
History
Date User Action Args
2007-07-17 08:59:43cgrovescreate