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 eli.bendersky
Recipients BreamoreBoy, amaury.forgeotdarc, benjamin.peterson, brett.cannon, eli.bendersky, jeff.balogh, pitrou, tseaver, vstinner
Date 2011-05-21.09:29:42
SpamBayes Score 2.5700854e-06
Marked as misclassified No
Message-id <1305970183.56.0.0635965816456.issue2091@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3, the documentation no longer mentions that 'U' should not work with '+' (or 'w' or 'a', for that matter), and the code throws ValueError if 'U' is used with 'w' or 'a', but not '+'.

On the other hand, the documentation *does* mention that 'U' is for backwards compatibility and shouldn't be used with new code.

In light of this, how do you suggest to proceed with this issue?
History
Date User Action Args
2011-05-21 09:29:43eli.benderskysetrecipients: + eli.bendersky, brett.cannon, tseaver, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, jeff.balogh, BreamoreBoy
2011-05-21 09:29:43eli.benderskysetmessageid: <1305970183.56.0.0635965816456.issue2091@psf.upfronthosting.co.za>
2011-05-21 09:29:42eli.benderskylinkissue2091 messages
2011-05-21 09:29:42eli.benderskycreate