diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-06-25 10:56:11 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-06-25 10:56:11 (GMT) |
commit | 5a3ef5b22af607666111c76764db0efffbef82be (patch) | |
tree | 68e3601264f88350017f6bd0a77c9b46b0237e52 /Misc | |
parent | 6186bfb735c90c22035d8b29a0e97ae39bd12d5b (diff) | |
download | cpython-5a3ef5b22af607666111c76764db0efffbef82be.zip cpython-5a3ef5b22af607666111c76764db0efffbef82be.tar.gz cpython-5a3ef5b22af607666111c76764db0efffbef82be.tar.bz2 |
#9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -454,6 +454,9 @@ C-API Library ------- +- Issue #9018: os.path.normcase() now raises a TypeError if the argument is + not ``str`` or ``bytes``. + - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL structure. |