[Python-checkins] python/nondist/peps pep-0000.txt,1.278,1.279

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Tue Aug 10 16:31:45 CEST 2004


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

Modified Files:
	pep-0000.txt 
Log Message:
Marked PEP 282 as Final

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.278
retrieving revision 1.279
diff -C2 -d -r1.278 -r1.279
*** pep-0000.txt	7 Aug 2004 15:59:56 -0000	1.278
--- pep-0000.txt	10 Aug 2004 14:31:41 -0000	1.279
***************
*** 95,99 ****
   S   280  Optimizing access to globals                 GvR
   S   281  Loop Counter Iteration with range and xrange Hetland
-  S   282  A Logging System                             Sajip, Mick
   S   284  Integer for-loops                            Eppstein, Ewing
   S   286  Enhanced Argument Tuples                     von Loewis
--- 95,98 ----
***************
*** 159,170 ****
   SF  277  Unicode file name support for Windows NT     Hodgson
   SF  279  The enumerate() built-in function            Hettinger
   IF  283  Python 2.3 Release Schedule                  GvR
   SF  285  Adding a bool type                           GvR
!  SF  289  Generator Expressions                        Hettinger 
   SF  293  Codec Error Handling Callbacks               Dörwald
   SF  307  Extensions to the pickle protocol            GvR, Peters
   SF  311  Simplified GIL Acquisition for Extensions    Hammond
   SF  322  Reverse Iteration                            Hettinger
!  SF  327  Decimal Data Type                            Batista 
  
   Empty PEPs (or containing only an abstract)
--- 158,170 ----
   SF  277  Unicode file name support for Windows NT     Hodgson
   SF  279  The enumerate() built-in function            Hettinger
+  SF  282  A Logging System                             Sajip, Mick
   IF  283  Python 2.3 Release Schedule                  GvR
   SF  285  Adding a bool type                           GvR
!  SF  289  Generator Expressions                        Hettinger
   SF  293  Codec Error Handling Callbacks               Dörwald
   SF  307  Extensions to the pickle protocol            GvR, Peters
   SF  311  Simplified GIL Acquisition for Extensions    Hammond
   SF  322  Reverse Iteration                            Hettinger
!  SF  327  Decimal Data Type                            Batista
  
   Empty PEPs (or containing only an abstract)
***************
*** 197,201 ****
   SR  317  Eliminate Implicit Exception Instantiation   Taschuk
   SR  326  A Case for Top and Bottom Values             Carlson, Reedy
!  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger  
   SR  666  Reject Foolish Indentation                   Creighton
  
--- 197,201 ----
   SR  317  Eliminate Implicit Exception Instantiation   Taschuk
   SR  326  A Case for Top and Bottom Values             Carlson, Reedy
!  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger
   SR  666  Reject Foolish Indentation                   Creighton
  
***************
*** 353,357 ****
   SF  327  Decimal Data Type                            Batista
   SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
!  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger 
   S   330  Python Bytecode Verification                 Pelletier
   S   331  Locale-Independent Float/String conversions  Reis
--- 353,357 ----
   SF  327  Decimal Data Type                            Batista
   SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
!  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger
   S   330  Python Bytecode Verification                 Pelletier
   S   331  Locale-Independent Float/String conversions  Reis



More information about the Python-checkins mailing list