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 r.david.murray
Recipients PedanticHacker, The Compiler, r.david.murray, serhiy.storchaka
Date 2015-03-26.15:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427385507.01.0.95360250735.issue23780@psf.upfronthosting.co.za>
In-reply-to
Content
No, I'm not going to write tests...my goal is to commit other people's patches, and I haven't even found time for that lately.  And like you, I'm not convinced the fix is needed.  There is one argument I can think  of in favor, though: currently code that doesn't raise an error on posix will raise an error on Windows, and there is some portability value in making this consistent.

(Side note: the fact that join works with things that look enough like strings is important, because I'm sure that there are pathlib-like libraries out there that pretend to be strings so that they can be used in things like path.join.)
History
Date User Action Args
2015-03-26 15:58:27r.david.murraysetrecipients: + r.david.murray, serhiy.storchaka, The Compiler, PedanticHacker
2015-03-26 15:58:27r.david.murraysetmessageid: <1427385507.01.0.95360250735.issue23780@psf.upfronthosting.co.za>
2015-03-26 15:58:26r.david.murraylinkissue23780 messages
2015-03-26 15:58:26r.david.murraycreate