mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
Add a small description of PEP 263.
This commit is contained in:
parent
cf0a2cfdb2
commit
de392d3f3f
1 changed files with 3 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue