Commit 7e1472ef authored by Guido van Rossum's avatar Guido van Rossum

Add a small description of PEP 263.

parent 88d43a49
...@@ -6,7 +6,9 @@ Type/class unification and new-style classes ...@@ -6,7 +6,9 @@ Type/class unification and new-style classes
Core and builtins 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 - list.sort() has a new implementation. While cross-platform results
may vary, and in data-dependent ways, this is much faster on many may vary, and in data-dependent ways, this is much faster on many
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment