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 hynek
Recipients hynek, larry
Date 2012-06-28.12:04:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340885060.86.0.0519538467215.issue15217@psf.upfronthosting.co.za>
In-reply-to
Content
>>> n = os.open('/tmp', os.O_RDONLY)
>>> l = os.listdir(n)
>>> os.listdir in os.supports_dir_fd
False
History
Date User Action Args
2012-06-28 12:04:20hyneksetrecipients: + hynek, larry
2012-06-28 12:04:20hyneksetmessageid: <1340885060.86.0.0519538467215.issue15217@psf.upfronthosting.co.za>
2012-06-28 12:04:20hyneklinkissue15217 messages
2012-06-28 12:04:20hynekcreate