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 brian.curtin
Recipients brian.curtin, daaku, steven.daprano, terry.reedy
Date 2010-02-10.01:31:45
SpamBayes Score 1.4249601e-11
Marked as misclassified No
Message-id <1265765508.56.0.240892388498.issue4037@psf.upfronthosting.co.za>
In-reply-to
Content
Can you add your test(s) in Lib/test/test_doctest.py ? That way it will be run with the Python regression suite. Ideally a documentation update would come with the patch. Also, line length should ideally be capped at 79 characters (re: PEP-8).

Might as well move the valname string building outside of both if-tests since it's common to both of them.


Terry: this looks like a feature rather than a bug, removing 2.6/3.1.
History
Date User Action Args
2010-02-10 01:31:48brian.curtinsetrecipients: + brian.curtin, terry.reedy, daaku, steven.daprano
2010-02-10 01:31:48brian.curtinsetmessageid: <1265765508.56.0.240892388498.issue4037@psf.upfronthosting.co.za>
2010-02-10 01:31:46brian.curtinlinkissue4037 messages
2010-02-10 01:31:45brian.curtincreate