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 larry
Recipients amaury.forgeotdarc, larry, python-dev, sbt
Date 2012-07-06.14:16:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341584216.24.0.670666625941.issue15261@psf.upfronthosting.co.za>
In-reply-to
Content
The 62b9bfbc3356 changeset does more than add the guard against invalid file handles; it also adds documentation to os.path.exists documenting that it now accepts path-as-int-fd.  While this modification is fine in principle I would have preferred it was submitted separately.
History
Date User Action Args
2012-07-06 14:16:56larrysetrecipients: + larry, amaury.forgeotdarc, python-dev, sbt
2012-07-06 14:16:56larrysetmessageid: <1341584216.24.0.670666625941.issue15261@psf.upfronthosting.co.za>
2012-07-06 14:16:55larrylinkissue15261 messages
2012-07-06 14:16:55larrycreate