This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients
Date 2003-11-21.20:42:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=12800

I believe this bug is out of date.  When I tried this in
Python 2.3.2, the only differences between the original file
and the outputted file are in whitespace and wrapped long
lines.  That's not unexpected.  You could eliminate even
these differences by instantiating your own Generator class
and using its .flatten() method, rather than relying on the
msg.as_string() convenience.
History
Date User Action Args
2007-08-23 14:16:24adminlinkissue794458 messages
2007-08-23 14:16:24admincreate