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, rhettinger, serhiy.storchaka
Date 2015-06-23.08:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435047857.05.0.742936674096.issue24483@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest that 20 lines of identical code copy-and-pasted between two functions is not the cleanest way to do it.  Find attached my version of the patch, which splits this common code out into a static function.
History
Date User Action Args
2015-06-23 08:24:17larrysetrecipients: + larry, rhettinger, ncoghlan, serhiy.storchaka
2015-06-23 08:24:17larrysetmessageid: <1435047857.05.0.742936674096.issue24483@psf.upfronthosting.co.za>
2015-06-23 08:24:17larrylinkissue24483 messages
2015-06-23 08:24:16larrycreate