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 akira, docs@python, eric.araujo, terry.reedy
Date 2010-05-14.20:04:23
SpamBayes Score 0.022314908
Marked as misclassified No
Message-id <4BEDACC5.9090307@netwok.org>
In-reply-to <1273867307.24.0.45248446466.issue8709@psf.upfronthosting.co.za>
Content
os.devnull is a string, so “pydoc os.devnull” will tell you about
strings, and “help(os.devnull)” will be evaluated to
“help('/dev/null')” which won’t match any topic. Same thing with os.sep
and other module data; the doc is in the module’s docstring.
History
Date User Action Args
2010-05-14 20:04:25eric.araujosetrecipients: + eric.araujo, terry.reedy, docs@python, akira
2010-05-14 20:04:23eric.araujolinkissue8709 messages
2010-05-14 20:04:23eric.araujocreate