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 docs@python, ezio.melotti, marco.buttu, pconnell, r.david.murray
Date 2013-07-30.20:29:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375216170.71.0.110907964546.issue16355@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good, but I would prefer that the test not use mock+knowledge of how get_comment is implemented, but instead test the public API by actually creating a module and deleting the source file.  test.script_helpers can be used to do this easily.
History
Date User Action Args
2013-07-30 20:29:30r.david.murraysetrecipients: + r.david.murray, ezio.melotti, docs@python, marco.buttu, pconnell
2013-07-30 20:29:30r.david.murraysetmessageid: <1375216170.71.0.110907964546.issue16355@psf.upfronthosting.co.za>
2013-07-30 20:29:30r.david.murraylinkissue16355 messages
2013-07-30 20:29:30r.david.murraycreate