From: Guido van Rossum Date: Mon, 5 Aug 2002 14:17:20 +0000 (+0000) Subject: Add a small description of PEP 263. X-Git-Tag: v2.3c1~4702 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de392d3f3fac212469f5bee4541aaea9af05de6a;p=python Add a small description of PEP 263. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0f06ff450f..df0f8a3178 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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: -*-" 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