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 pconnell
Recipients docs@python, ezio.melotti, marco.buttu, pconnell, r.david.murray
Date 2013-04-18.21:03:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366319007.8.0.51378306763.issue16355@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that updates getcomments to match the behaviour of getsource, raising OSError if the source file can't be found and TypeError when passed a built-in.

Since this is a backwards-incompatible change, presumably it can only be applied to 3.4.

This is ready for review.
History
Date User Action Args
2013-04-18 21:03:27pconnellsetrecipients: + pconnell, ezio.melotti, r.david.murray, docs@python, marco.buttu
2013-04-18 21:03:27pconnellsetmessageid: <1366319007.8.0.51378306763.issue16355@psf.upfronthosting.co.za>
2013-04-18 21:03:27pconnelllinkissue16355 messages
2013-04-18 21:03:27pconnellcreate