view roundup/anypy/io_.py @ 4840:19f2c01d2b9d

fix the CHANGES file so it references the original bug report that is now fixed
author John Rouillard <rouilj@ieee.org>
date Tue, 08 Oct 2013 09:46:42 -0400
parents abd2db0a159a
children dfd0bcc947e5
line wrap: on
line source


try:
    from io import StringIO, BytesIO
except:
    from StringIO import StringIO
    BytesIO = StringIO


Roundup Issue Tracker: http://roundup-tracker.org/