[issue3022] mailbox module, two small fixes

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3022 ___ ___

[issue3022] mailbox module, two small fixes

2012-10-06 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- assignee: georg.brandl - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3022 ___ ___ Python-bugs-list

[issue3022] mailbox module, two small fixes

2012-10-06 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- components: +email nosy: +barry, petri.lehtinen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3022 ___

[issue3022] mailbox module, two small fixes

2010-07-23 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: self.get_sequences() = self.get_sequences().iteritems() was fixed in trunk (r71046) and py3k (r71067). The patch on .get_sequences() has no test: (test_get_message_with_sequences() doesn't fail without the patch. --

[issue3022] mailbox module, two small fixes

2010-07-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Anyone interested in taking this forward? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3022

[issue3022] mailbox module, two small fixes

2009-06-01 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: The iteritems problem was fixed in r71046 from issue2625. The tests in mailbox.patch all pass at this point, though it doesn't look like the line with blanks issue has been addressed in the code. -- nosy: +r.david.murray

[issue3022] mailbox module, two small fixes

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3022 ___

[issue3022] mailbox module, two small fixes

2009-03-17 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Ping. Nobody is interested by the patch? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3022 ___

[issue3022] mailbox module, two small fixes

2008-10-31 Thread STINNER Victor
STINNER Victor [EMAIL PROTECTED] 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:

[issue3022] mailbox module, two small fixes

2008-06-02 Thread Georg Brandl
Changes by Georg Brandl [EMAIL PROTECTED]: -- assignee: - georg.brandl nosy: +georg.brandl ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3022 ___ ___

[issue3022] mailbox module, two small fixes

2008-06-01 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: Erm.. sorry, the first correction is directly related to get_message not get_sequences per se. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3022 ___