[issue3022] mailbox module, two small fixes
STINNER Victor
report at bugs.python.org
Fri Oct 31 18:00:21 CET 2008
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
@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().
----------
nosy: +haypo
Added file: http://bugs.python.org/file11918/mailbox.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3022>
_______________________________________
More information about the Python-bugs-list
mailing list