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 Arfrever
Recipients Arfrever, ezio.melotti, kushal.das, ncoghlan, nneonneo, pitrou, r.david.murray, wolma
Date 2015-04-17.19:48:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429300102.85.0.0842866664312.issue16125@psf.upfronthosting.co.za>
In-reply-to
Content
Still reproducible with Python 2.7.10rc0 on GNU/Linux:

>>> open('/tmp/a', 'az')
<open file '/tmp/a', mode 'az' at 0x7f68b117e420>
>>> open('/tmp/a', 'rz')
<open file '/tmp/a', mode 'rz' at 0x7f68b117e4b0>
>>> open('/tmp/a', 'wz')
<open file '/tmp/a', mode 'wz' at 0x7f68b117e420>
>>> open('/tmp/a', 'zU')
<open file '/tmp/a', mode 'zU' at 0x7f68b117e4b0>
History
Date User Action Args
2015-04-17 19:48:22Arfreversetrecipients: + Arfrever, ncoghlan, pitrou, nneonneo, ezio.melotti, r.david.murray, kushal.das, wolma
2015-04-17 19:48:22Arfreversetmessageid: <1429300102.85.0.0842866664312.issue16125@psf.upfronthosting.co.za>
2015-04-17 19:48:22Arfreverlinkissue16125 messages
2015-04-17 19:48:22Arfrevercreate