]> granicus.if.org Git - python/commitdiff
Add a small description of PEP 263.
authorGuido van Rossum <guido@python.org>
Mon, 5 Aug 2002 14:17:20 +0000 (14:17 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 5 Aug 2002 14:17:20 +0000 (14:17 +0000)
Misc/NEWS

index 0f06ff450f4d5c8e9c5f015751400a861644d1d6..df0f8a317807525312eb121007a24bddafc16456 100644 (file)
--- 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: <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