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 Arfrever, georg.brandl, hynek, larry, neologix, pitrou
Date 2012-06-25.09:38:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340617136.64.0.256882954595.issue15177@psf.upfronthosting.co.za>
In-reply-to
Content
Second revision of patch.
* Removed os.fwalk from os.supports_dir_fd.  As Georg points out,
  you can't test it.  (Well, you can, but only if the test would
  have succeeded.)
* Changed fstat(fd) calls to stat(fd) calls.
History
Date User Action Args
2012-06-25 09:38:56larrysetrecipients: + larry, georg.brandl, pitrou, Arfrever, neologix, hynek
2012-06-25 09:38:56larrysetmessageid: <1340617136.64.0.256882954595.issue15177@psf.upfronthosting.co.za>
2012-06-25 09:38:56larrylinkissue15177 messages
2012-06-25 09:38:55larrycreate