]> granicus.if.org Git - python/commit
Fix issue #6127: Make universal newlines mode of io.StringIO not
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 12 Jun 2009 21:20:23 +0000 (21:20 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 12 Jun 2009 21:20:23 +0000 (21:20 +0000)
commitdd0b90a367f4c04a0d2b210f59a29a2eb2200fec
tree8cd6d7ff2695f46488eb36d1f12070e1e2240bb2
parentd97d1fdc6097441f120b248ecbc2646045f6f277
Fix issue #6127: Make universal newlines mode of io.StringIO not
duplicate newlines under Windows (see also issue #5265 and #5645).
Lib/io.py