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 vstinner
Recipients georg.brandl, gpolo, vstinner
Date 2008-10-31.17:00:18
SpamBayes Score 0.02779512
Marked as misclassified No
Message-id <1225472421.36.0.799514798359.issue3022@psf.upfronthosting.co.za>
In-reply-to
Content
@gpolo: your patch is correct, but I prefer line.rstrip() to 
line.strip(). My new patch combines your two patches + replace strip 
by rstrip + use itervalues() instead of items() in MH.pack().
History
Date User Action Args
2008-10-31 17:00:21vstinnersetrecipients: + vstinner, georg.brandl, gpolo
2008-10-31 17:00:21vstinnersetmessageid: <1225472421.36.0.799514798359.issue3022@psf.upfronthosting.co.za>
2008-10-31 17:00:20vstinnerlinkissue3022 messages
2008-10-31 17:00:20vstinnercreate