]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Undocumented feature: MHMailbox sets the msg object's _mh_msgno
authorGuido van Rossum <guido@python.org>
Thu, 12 Sep 2002 05:08:00 +0000 (05:08 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Sep 2002 05:08:00 +0000 (05:08 +0000)
commit4bf12543420f9beca5f2c6d886be0a2fe2cbd289
treeb5ecca559766d4e95bf9c93cad997079a044c4ef
parentd560ace3a76d1fa162fa40ec90a158d4d3540036
Undocumented feature: MHMailbox sets the msg object's _mh_msgno
attribute to the (stringized) message number (if this attribute is
settable).  This is useful so users of this class can report the
correct message number (e.g. when classifying spam).

Also added a blank line before the first method of each class.
Lib/mailbox.py