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 terry.reedy
Recipients akira, docs@python, eric.araujo, terry.reedy
Date 2010-05-14.20:01:45
SpamBayes Score 0.00012791337
Marked as misclassified No
Message-id <1273867307.24.0.45248446466.issue8709@psf.upfronthosting.co.za>
In-reply-to
Content
Given the mention of the posix example, I agree. The issue applies to 2.6 and 3.2 (that I checked) and so I assume to 2.7 and 3.1 also.

There is no doc string for devnull, which I presume should be in ntpath.

>>> help(os.devnull)
no Python documentation found for 'nul'

If this is a singular omission (as opposed to a general lack in that module), you might expand the patch to remedy that also.
History
Date User Action Args
2010-05-14 20:01:47terry.reedysetrecipients: + terry.reedy, eric.araujo, docs@python, akira
2010-05-14 20:01:47terry.reedysetmessageid: <1273867307.24.0.45248446466.issue8709@psf.upfronthosting.co.za>
2010-05-14 20:01:45terry.reedylinkissue8709 messages
2010-05-14 20:01:45terry.reedycreate