view roundup/anypy/io_.py @ 4581:f1d6e2b2eb64

Fix quote-stripping in mail gateway again. Keep non-quoted first line of quoted section only if it ends in ':'.
author Ralf Schlatterbeck <rsc@runtux.com>
date Thu, 05 Jan 2012 22:20:11 +0100
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/