John Szakmeister <j...@szakmeister.net> added the comment: 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. ---------- nosy: +jszakmeister _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4829> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com