]> granicus.if.org Git - python/commit
Make the StringIO test pass.
authorGuido van Rossum <guido@python.org>
Tue, 8 May 2007 23:08:31 +0000 (23:08 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 May 2007 23:08:31 +0000 (23:08 +0000)
commitbc14efbd08a0f9fce88b13b670df26e70f912104
tree84bb4c2ecaa22e7f73f3488d3cbbef2d0b936e9b
parentcfe5f20fe82806b85c971e43e18564e60108dd08
Make the StringIO test pass.
The buffer object now special-cases Unicode when concatenating.  Sigh.
Lib/test/test_StringIO.py
Objects/bufferobject.c