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 eric.araujo, eric.smith, georg.brandl, hallaj, r.david.murray
Date 2013-03-28.09:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364464416.6.0.445922615971.issue17556@psf.upfronthosting.co.za>
In-reply-to
Content
Since most other os.path functions also choke (intentionally) on None values, I agree and would point out that if you want this behavior, it's easy to do the "or ''" dance on the caller side.
History
Date User Action Args
2013-03-28 09:53:36georg.brandlsetrecipients: + georg.brandl, eric.smith, eric.araujo, r.david.murray, hallaj
2013-03-28 09:53:36georg.brandlsetmessageid: <1364464416.6.0.445922615971.issue17556@psf.upfronthosting.co.za>
2013-03-28 09:53:36georg.brandllinkissue17556 messages
2013-03-28 09:53:36georg.brandlcreate