commit | 5a3ef5b22af607666111c76764db0efffbef82be | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jun 25 10:56:11 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jun 25 10:56:11 2010 +0000 |
tree | 68e3601264f88350017f6bd0a77c9b46b0237e52 | |
parent | 6186bfb735c90c22035d8b29a0e97ae39bd12d5b [diff] |
#9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes.
diff --git a/Misc/NEWS b/Misc/NEWS index b099046..c57ca2c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -454,6 +454,9 @@ 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.