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 Sworddragon
Recipients Sworddragon
Date 2014-02-25.04:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393302415.5.0.321729780429.issue20764@psf.upfronthosting.co.za>
In-reply-to
Content
The following was tested on Linux. In the attachments is the example code and here is my output:

sworddragon@ubuntu:/tmp$ ./test.py
1


I'm deleting the list of directories on every recursion and skipping if I'm directly in /proc (which is theoretically already unneeded). Also the default value for topdown is True and followlinks is False. I have already read the documentation but I'm not seeing any way how the condition could be True so I'm assuming this is a bug.
History
Date User Action Args
2014-02-25 04:26:55Sworddragonsetrecipients: + Sworddragon
2014-02-25 04:26:55Sworddragonsetmessageid: <1393302415.5.0.321729780429.issue20764@psf.upfronthosting.co.za>
2014-02-25 04:26:55Sworddragonlinkissue20764 messages
2014-02-25 04:26:54Sworddragoncreate