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 r.david.murray, steve.dower, tegavu, tim.golden, zach.ware
Date 2014-10-27.19:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414438089.48.0.0292908612815.issue22744@psf.upfronthosting.co.za>
In-reply-to
Content
I would classify that as a bug in mkdir (it should raise an error).  The blank-elimination is almost certainly being done at the OS layer (windows) rather than the Python layer, though, and I doubt it is something we can fix at the Python layer for backward compatibility reasons.  (If we can, it would only be in 3.5, so I'm changing the version).

It is definitely *not* a bug in join.

Probably this issue should be closed as not a bug.
History
Date User Action Args
2014-10-27 19:28:09r.david.murraysetrecipients: + r.david.murray, tim.golden, zach.ware, steve.dower, tegavu
2014-10-27 19:28:09r.david.murraysetmessageid: <1414438089.48.0.0292908612815.issue22744@psf.upfronthosting.co.za>
2014-10-27 19:28:09r.david.murraylinkissue22744 messages
2014-10-27 19:28:09r.david.murraycreate