Message325623
| Author |
serhiy.storchaka |
| Recipients |
eric.smith, eryksun, mrabarnett, pacujo, r.david.murray, serhiy.storchaka, steven.daprano |
| Date |
2018-09-18.08:34:24 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1537259664.85.0.956365154283.issue33721@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
os.path.exists() and similar functions will return now False for invalid paths (non-encodable paths on Unix, non-decodable bytes paths on Windows, and paths containing null characters or bytes). |
|