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 r.david.murray
Recipients dlam, josemaria, kasun, me, python-dev, r.david.murray, thomas.holmes
Date 2012-04-09.02:43:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333939403.83.0.465219074949.issue12537@psf.upfronthosting.co.za>
In-reply-to
Content
David, thanks for your assistance.  I didn't wind up using your patch, but the work you did was valuable in preparing the patch I committed.

What I did was turn your 'detect the attributes' recipe into a unit test.  I then applied your patch, but it didn't quite work.  I eventually figured out that the fix I suggested wasn't quite right, that in fact the right place to delete the attributes is in _become_message.  So I moved the list of attributes you developed in your patch into class attributes, so that what the final patch does is to copy everything *except* the attributes you found.

So, a successful resolution, thank you.
History
Date User Action Args
2012-04-09 02:43:23r.david.murraysetrecipients: + r.david.murray, thomas.holmes, python-dev, kasun, josemaria, me, dlam
2012-04-09 02:43:23r.david.murraysetmessageid: <1333939403.83.0.465219074949.issue12537@psf.upfronthosting.co.za>
2012-04-09 02:43:23r.david.murraylinkissue12537 messages
2012-04-09 02:43:22r.david.murraycreate