STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> Fixed: 2.7 (r81459), 2.6 (r81460), 3.2 (r81461), 3.1 (r81462).

This fix doesn't work on Windows nor Solaris: it uses "wt+" file mode, whereas 
"t" in invalid on these OS  (does "t" mode really exist?).

While fixing this bug, I noticed two other bugs (in StreamWriter). All bugs 
should be fixed by a new commit: 2.7 (r81471+r81472), 2.6 (r81473), 3.2 
(r81474), 3.1 (r81475).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6268>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to