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 Matt.Mackall
Recipients Matt.Mackall, durin42, r.david.murray
Date 2015-05-18.17:31:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431970267.57.0.860561339991.issue24230@psf.upfronthosting.co.za>
In-reply-to
Content
Another way of putting it is:

os.listdir(<bytes>) -> [<bytes>,...]
os.listdir(<unicode>) -> [<unicode>,...]

is the usual pattern, and tempfile isn't following it.
History
Date User Action Args
2015-05-18 17:31:07Matt.Mackallsetrecipients: + Matt.Mackall, durin42, r.david.murray
2015-05-18 17:31:07Matt.Mackallsetmessageid: <1431970267.57.0.860561339991.issue24230@psf.upfronthosting.co.za>
2015-05-18 17:31:07Matt.Mackalllinkissue24230 messages
2015-05-18 17:31:07Matt.Mackallcreate