[Python-checkins] python/nondist/peps pep-0000.txt,1.301,1.302

goodger at users.sourceforge.net goodger at users.sourceforge.net
Sun Mar 20 19:30:15 CET 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23384

Modified Files:
	pep-0000.txt 
Log Message:
updated PEP 301 status; added encoding to Emacs stanza

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- pep-0000.txt	28 Feb 2005 19:53:29 -0000	1.301
+++ pep-0000.txt	20 Mar 2005 18:30:12 -0000	1.302
@@ -97,7 +97,6 @@
  S   297  Support for System Upgrades                  Lemburg
  S   298  The Locked Buffer Interface                  Heller
  S   299  Special __main__() function in modules       Epler
- S   301  Package Index and Metadata for Distutils     Jones
  S   302  New Import Hooks                             JvR
  S   303  Extend divmod() for Multiple Divisors        Bellman
  S   304  Controlling Generation of Bytecode Files     Montanaro
@@ -165,6 +164,7 @@
  SF  289  Generator Expressions                        Hettinger
  SF  292  Simpler String Substitutions                 Warsaw
  SF  293  Codec Error Handling Callbacks               Dörwald
+ SF  301  Package Index and Metadata for Distutils     Jones
  SF  305  CSV File API                                 Montanaro, et al
  SF  307  Extensions to the pickle protocol            GvR, Peters
  SF  309  Partial Function Application                 Harris
@@ -335,7 +335,7 @@
  S   297  Support for System Upgrades                  Lemburg
  S   298  The Locked Buffer Interface                  Heller
  S   299  Special __main__() function in modules       Epler
- S   301  Package Index and Metadata for Distutils     Jones
+ SF  301  Package Index and Metadata for Distutils     Jones
  S   302  New Import Hooks                             JvR
  S   303  Extend divmod() for Multiple Divisors        Bellman
  S   304  Controlling Generation of Bytecode Files     Montanaro
@@ -495,4 +495,5 @@
 indent-tabs-mode: nil
 sentence-end-double-space: t
 fill-column: 70
+coding: latin-1
 End:



More information about the Python-checkins mailing list