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 sonderblade
Recipients
Date 2007-08-22.10:26:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Yes, it is the error message and the exception that is the problem. First, it shouldn't raise TypeError (which indicates a programming error), it should raise either IOError, OSError or WindowsError. Second, the exception message is whacky: "listdir() argument 1 must be (buffer overflow), not str" I realize that it is probably impossible to detect this specific error condition but I still want something more explanatory than what it currently is.
History
Date User Action Args
2007-08-23 14:59:14adminlinkissue1776160 messages
2007-08-23 14:59:14admincreate