summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-08-04 17:29:52 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-08-04 17:29:52 +0000
commit54c5596d3a50517a294fe300c01b4b7938651f43 (patch)
tree50cfd5a1ace285e68e27dc772141cd44c8564e3a /Misc
parent9208b09d5f509cfd5ac27aa16580399d58c82d33 (diff)
downloadcpython-54c5596d3a50517a294fe300c01b4b7938651f43.tar.gz
Patch #534304: Implement phase 1 of PEP 263.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77e8c62f52..0f06ff450f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,8 @@ Type/class unification and new-style classes
Core and builtins
+- Encoding declarations (PEP 263, phase 1) have been implemented.
+
- list.sort() has a new implementation. While cross-platform results
may vary, and in data-dependent ways, this is much faster on many
kinds of partially ordered lists than the previous implementation,