summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-01 13:23:12 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-01 13:23:12 (GMT)
commit697a526fa1426b4d490cfa98bbf0b0c2889fa759 (patch)
tree9a82b27b69ea5a91d1773da65a3fd6c73b556ca2 /Misc
parenta2d86228d52ba4d2d31c3dbb9f53670b1e5f4951 (diff)
downloadcpython-697a526fa1426b4d490cfa98bbf0b0c2889fa759.zip
cpython-697a526fa1426b4d490cfa98bbf0b0c2889fa759.tar.gz
cpython-697a526fa1426b4d490cfa98bbf0b0c2889fa759.tar.bz2
Issue #23132: Improve performance and introspection support of comparison
methods created by functool.total_ordering.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dfcf72a..4366642 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -196,6 +196,9 @@ Core and Builtins
Library
-------
+- Issue #23132: Improve performance and introspection support of comparison
+ methods created by functool.total_ordering.
+
- Issue #19776: Add a expanduser() method on Path objects.
- Issue #23112: Fix SimpleHTTPServer to correctly carry the query string and