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 fabioz
Recipients fabioz
Date 2008-08-02.19:11:15
SpamBayes Score 0.02118717
Marked as misclassified No
Message-id <1217704277.74.0.0700671746724.issue3494@psf.upfronthosting.co.za>
In-reply-to
Content
A bug has been reported against pydev complaining about os.listdir()
failing while debugging (with a unicode path).

The link for that is:
http://sourceforge.net/tracker/index.php?func=detail&aid=2012138&group_id=85796&atid=577329

After trying to find its cause, it appears that pydev is exercising a
python bug (which is reproduced in the file attached). I have no idea
why that's happening. 

I've reproduced it in python 2.4 and python 2.5 under ubuntu 6.10, but I
believe it happens on other versions too -- the original bug was
reported in Ubuntu 8.04 AMD64 Hardy Heron)
History
Date User Action Args
2008-08-02 19:11:17fabiozsetrecipients: + fabioz
2008-08-02 19:11:17fabiozsetmessageid: <1217704277.74.0.0700671746724.issue3494@psf.upfronthosting.co.za>
2008-08-02 19:11:16fabiozlinkissue3494 messages
2008-08-02 19:11:16fabiozcreate