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 georg.brandl
Recipients barry, brett.cannon, cool-RR, ezio.melotti, georg.brandl, pitrou, r.david.murray, tshepang
Date 2014-10-16.18:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413484967.18.0.91765964468.issue22570@psf.upfronthosting.co.za>
In-reply-to
Content
`path = str(path)` is minimal, but has the side effect of accepting almost any object, which is definitely not what you'd like ("where did that file named '<type object at ...>' come from?!")
History
Date User Action Args
2014-10-16 18:42:47georg.brandlsetrecipients: + georg.brandl, barry, brett.cannon, pitrou, ezio.melotti, r.david.murray, cool-RR, tshepang
2014-10-16 18:42:47georg.brandlsetmessageid: <1413484967.18.0.91765964468.issue22570@psf.upfronthosting.co.za>
2014-10-16 18:42:47georg.brandllinkissue22570 messages
2014-10-16 18:42:46georg.brandlcreate