commit | 00f1e3f5a54adb0a7159a446edeca2e36da4092e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Aug 04 17:29:52 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Aug 04 17:29:52 2002 +0000 |
tree | 86d731c4fd7c0141686044f5eefbb7f475da9647 | |
parent | a729daf2e43f3ffa2d1b3b6cd31491c840091e66 [diff] |
Patch #534304: Implement phase 1 of PEP 263.
diff --git a/Misc/NEWS b/Misc/NEWS index 77e8c62..0f06ff4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -6,6 +6,8 @@ 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,