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, pitrou
Date 2012-06-25.07:49:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340610561.3.0.757498951868.issue15177@psf.upfronthosting.co.za>
In-reply-to
Content
What I did:
* Added dir_fd=None as a keyword only parameter.
* Gave top a default of ".".
* Passed through dir_fd in two spots--that was all it took!
* Made fwalk contingent on os.stat and os.open both being
  in support_dir_fd, and os.listdir being in support_fd.
* Fixed docstring and docs.
* Added unit test for using dir_fd.
History
Date User Action Args
2012-06-25 07:49:21larrysetrecipients: + larry, georg.brandl, pitrou, Arfrever, hynek
2012-06-25 07:49:21larrysetmessageid: <1340610561.3.0.757498951868.issue15177@psf.upfronthosting.co.za>
2012-06-25 07:49:20larrylinkissue15177 messages
2012-06-25 07:49:20larrycreate