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 Michael.Felt
Recipients Michael.Felt, jkloth, vstinner
Date 2018-10-02.17:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <43f161b0-9d03-ee15-7806-0407bf418184@felt.demon.nl>
In-reply-to <5dd4323d-8d13-d540-f3d0-fad3c1b20829@felt.demon.nl>
Content
On 10/2/2018 7:36 PM, Michael Felt wrote:
> Python is designed as a thin wrapper to the operating system. IMHO Python must not validate the filename itself.
To shorten the discussion, I'll kill the current PR and just modify the
test to skip the trailing slash test.

Assumption: if Python is not validating filenames, then a Module should
also not validate a filename.
History
Date User Action Args
2018-10-02 17:39:43Michael.Feltsetrecipients: + Michael.Felt, vstinner, jkloth
2018-10-02 17:39:43Michael.Feltlinkissue34711 messages
2018-10-02 17:39:42Michael.Feltcreate