From feddfef16770db4ff167850ead85fb3060538e4d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 18 Jul 2001 16:02:41 +0000 Subject: [PATCH] Added PEP 263, Defining Python Source Code Encodings, Lemburg --- pep-0000.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pep-0000.txt b/pep-0000.txt index dfc23cef9..3dfc393a9 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -65,6 +65,7 @@ Index by Category S 260 pep-0260.txt Simplify xrange() van Rossum S 261 pep-0261.txt Support for "wide" Unicode characters Prescod S 262 pep-0262.txt Database of Installed Python Packages Kuchling + S 263 pep-0263.txt Defining Python Source Code Encodings Lemburg Py-in-the-sky PEPs (not ready; may become active yet) @@ -198,6 +199,8 @@ Numerical Index S 260 pep-0260.txt Simplify xrange() van Rossum S 261 pep-0261.txt Support for "wide" Unicode characters Prescod S 262 pep-0262.txt Database of Installed Python Packages Kuchling + S 263 pep-0263.txt Defining Python Source Code Encodings Lemburg + Key