Message7286

Author pjenvey
Recipients fwierzbicki, malte.vesper, pjenvey
Date 2012-06-29.20:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341001459.17.0.456760674147.issue1937@psf.upfronthosting.co.za>
In-reply-to
Content
We match the CPython behavior as Frank says. If you wanted this changed you'd have to take it up with CPython

However, None is not a valid path. join's docs states that it will "Join one or more path components intelligently."

None of the path functions allow None values. I don't see this as a valid request
History
Date User Action Args
2012-06-29 20:24:19pjenveysetmessageid: <1341001459.17.0.456760674147.issue1937@psf.upfronthosting.co.za>
2012-06-29 20:24:19pjenveysetrecipients: + pjenvey, fwierzbicki, malte.vesper
2012-06-29 20:24:19pjenveylinkissue1937 messages
2012-06-29 20:24:19pjenveycreate