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 Antony.Lee
Recipients Antony.Lee
Date 2014-07-13.01:20:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405214403.71.0.545456092847.issue21969@psf.upfronthosting.co.za>
In-reply-to
Content
PureWindowsPath("foo*") returns a path object, even though it is an invalid one (e.g., open("foo*") on Windows throws an OSError for "invalid argument" rather than a FileNotFoundError).  Given the amount of checking that is done in (e.g.) with_name and with_suffix, it seems reasonable to throw an exception in this case too.
History
Date User Action Args
2014-07-13 01:20:03Antony.Leesetrecipients: + Antony.Lee
2014-07-13 01:20:03Antony.Leesetmessageid: <1405214403.71.0.545456092847.issue21969@psf.upfronthosting.co.za>
2014-07-13 01:20:03Antony.Leelinkissue21969 messages
2014-07-13 01:20:02Antony.Leecreate