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 nascheme
Recipients BreamoreBoy, David.Edelsohn, akuchling, nascheme, pitrou, python-dev, r.david.murray, serhiy.storchaka
Date 2015-11-13.22:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447452150.03.0.451328936264.issue7759@psf.upfronthosting.co.za>
In-reply-to
Content
So what happens for the filesystems that doesn't count '.' and '..'?  It looks to me like if there are exactly two messages in a folder then the revised code will return [] (i.e. it will think the folder is empty).  Probably we should revise the unit test to make a folder with two messages.
History
Date User Action Args
2015-11-13 22:02:30naschemesetrecipients: + nascheme, akuchling, pitrou, r.david.murray, BreamoreBoy, python-dev, serhiy.storchaka, David.Edelsohn
2015-11-13 22:02:30naschemesetmessageid: <1447452150.03.0.451328936264.issue7759@psf.upfronthosting.co.za>
2015-11-13 22:02:30naschemelinkissue7759 messages
2015-11-13 22:02:30naschemecreate