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 larry
Recipients larry, ncoghlan, yselivanov
Date 2014-02-21.01:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392947502.09.0.728331989582.issue20710@psf.upfronthosting.co.za>
In-reply-to
Content
A slight tweak to the patch.  Previously I was just using truth testing on the value I got from "__self__", but that's wrong if the object is considered false (e.g. ''.zfill).  (Yury got this right in #20711, and I copied from him!)
History
Date User Action Args
2014-02-21 01:51:42larrysetrecipients: + larry, ncoghlan, yselivanov
2014-02-21 01:51:42larrysetmessageid: <1392947502.09.0.728331989582.issue20710@psf.upfronthosting.co.za>
2014-02-21 01:51:42larrylinkissue20710 messages
2014-02-21 01:51:41larrycreate