commit | e86254e2560250ce958330433488ba092ca8ffea | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 29 18:31:16 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 29 18:31:16 2007 +0000 |
tree | a9493cfbe89e9a344e25ecbf8f6526c199a552cb | |
parent | 5f7b087f6685e1f5ee1815781566834d62831982 [diff] |
In rseponse to bug# 1029, force the newline default for StringIO to "\n", so that even on Windows, after s.write("x\n"), s.getvalue() == "x\n".