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 eric.araujo
Recipients barry, benjamin.peterson, eric.araujo, pitrou
Date 2010-11-21.23:02:00
SpamBayes Score 0.0007293492
Marked as misclassified No
Message-id <1290380522.64.0.319818609359.issue9877@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed in the output of pydoc that get_makefile_filename does not have a docstring.  I added one in my local copy (“Return the path of the Makefile.”) and also removed “s” in verbs in other docstrings to comply with PEP 257.  Shall I commit it?
History
Date User Action Args
2010-11-21 23:02:02eric.araujosetrecipients: + eric.araujo, barry, pitrou, benjamin.peterson
2010-11-21 23:02:02eric.araujosetmessageid: <1290380522.64.0.319818609359.issue9877@psf.upfronthosting.co.za>
2010-11-21 23:02:00eric.araujolinkissue9877 messages
2010-11-21 23:02:00eric.araujocreate