From 727c08659b18c9ff59868eeae74c5893ab875a46 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 12 Jul 2002 19:51:55 +0000 Subject: [PATCH] Add PEP 263 as slated for inclusion. --- pep-0283.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-0283.txt b/pep-0283.txt index 15f3a1d72..10a213915 100644 --- a/pep-0283.txt +++ b/pep-0283.txt @@ -75,6 +75,10 @@ Planned features for 2.3 haven't followed) I expect that his code will be incorporated in the near future. + - PEP 263 Defining Python Source Code Encodings + + I'm all for this plan. I haven't reviewed the implementation. + - A new command line option parser. Greg Ward's Optik (http://optik.sf.net) would fit the bill fine; there's only some question about whether it should be given a less "cutesy" name.