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 jszakmeister
Recipients eckhardt, jszakmeister
Date 2009-05-29.10:06:46
SpamBayes Score 1.9613751e-06
Marked as misclassified No
Message-id <1243591609.88.0.974295113787.issue4829@psf.upfronthosting.co.za>
In-reply-to
Content
On trunk, it seems that it's perfectly happy if you specify more than 
one '+':

Python 2.7a0 (trunk, May 29 2009, 05:57:26) 
[GCC 4.0.1 (Apple Inc. build 5470) (Aspen 5470.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> open('foo.txt', 'w++')
<open file 'foo.txt', mode 'w++' at 0x39b2a0>

Is this still really an issue then?  The current trunk also allows 
multiple mode letters too, so it seems like a decision has been made.
History
Date User Action Args
2009-05-29 10:06:50jszakmeistersetrecipients: + jszakmeister, eckhardt
2009-05-29 10:06:49jszakmeistersetmessageid: <1243591609.88.0.974295113787.issue4829@psf.upfronthosting.co.za>
2009-05-29 10:06:48jszakmeisterlinkissue4829 messages
2009-05-29 10:06:47jszakmeistercreate