commit | 94f6fa62bf111916a44e336c25deeac2c490ec98 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 08 16:22:46 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 08 16:22:46 2012 +0100 |
tree | 520bab7fdcf7888c615f0090fc0121e07ea72727 | |
parent | 69f39a53f62734d3e8dcb4bdcc217c4b3551d393 [diff] [blame] |
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
diff --git a/Misc/NEWS b/Misc/NEWS index fbc6f67..d8ffec4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). + - Issue #13577: Built-in methods and functions now have a __qualname__. Patch by sbt.