[Python-checkins] python/nondist/peps pep-0000.txt,1.210,1.211

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 26 Aug 2002 11:12:05 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv26532

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 299, Special __main__() function in modules, Jeff Epler


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.210
retrieving revision 1.211
diff -C2 -d -r1.210 -r1.211
*** pep-0000.txt	26 Aug 2002 16:55:56 -0000	1.210
--- pep-0000.txt	26 Aug 2002 18:12:03 -0000	1.211
***************
*** 104,107 ****
--- 104,108 ----
   S   297  Support for System Upgrades                  Lemburg
   S   298  The Locked Buffer Interface                  Heller
+  S   299  Special __main__() function in modules       Epler
  
   Finished PEPs (done, implemented in CVS)
***************
*** 290,293 ****
--- 291,295 ----
   S   297  Support for System Upgrades                  Lemburg
   S   298  The Locked Buffer Interface                  Heller
+  S   299  Special __main__() function in modules       Epler
   SR  666  Reject Foolish Indentation                   Creighton
  
***************
*** 317,320 ****
--- 319,323 ----
      Drake, Fred              fdrake@acm.org
      Dubois, Paul F.          paul@pfdubois.com
+     Epler, Jeff              jepler@unpythonic.net
      Eppstein, David          eppstein@ics.uci.edu
      Evans, Clark C.          cce@clarkevans.com