diff options
author | Guido van Rossum <guido@python.org> | 2002-08-05 14:17:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-08-05 14:17:20 (GMT) |
commit | de392d3f3fac212469f5bee4541aaea9af05de6a (patch) | |
tree | 557094a2615cf2738415df24437ea3125e8e8808 /Misc | |
parent | cf0a2cfdb269ba8060f86fe5fe7a2b2085edbbc1 (diff) | |
download | cpython-de392d3f3fac212469f5bee4541aaea9af05de6a.zip cpython-de392d3f3fac212469f5bee4541aaea9af05de6a.tar.gz cpython-de392d3f3fac212469f5bee4541aaea9af05de6a.tar.bz2 |
Add a small description of PEP 263.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ Type/class unification and new-style classes Core and builtins -- Encoding declarations (PEP 263, phase 1) have been implemented. +- Encoding declarations (PEP 263, phase 1) have been implemented. A + comment of the form "# -*- coding: <encodingname> -*-" in the first + or second line of a Python source file indicates the encoding. - list.sort() has a new implementation. While cross-platform results may vary, and in data-dependent ways, this is much faster on many |