[Python-checkins] python/nondist/peps pep-0343.txt, 1.30, 1.31 pep-0000.txt, 1.347, 1.348

ncoghlan@users.sourceforge.net ncoghlan at users.sourceforge.net
Sun Oct 16 09:35:53 CEST 2005


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

Modified Files:
	pep-0343.txt pep-0000.txt 
Log Message:
Change name of PEP 343 to something less interesting but more obviously descriptive

Index: pep-0343.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0343.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- pep-0343.txt	16 Oct 2005 07:30:17 -0000	1.30
+++ pep-0343.txt	16 Oct 2005 07:35:50 -0000	1.31
@@ -1,5 +1,5 @@
 PEP: 343
-Title: Anonymous Block Redux and Generator Enhancements
+Title: The "with" Statement
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum, Nick Coghlan

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- pep-0000.txt	30 Sep 2005 14:42:36 -0000	1.347
+++ pep-0000.txt	16 Oct 2005 07:35:50 -0000	1.348
@@ -66,7 +66,7 @@
  SA  308  Conditional Expressions                      GvR, Hettinger
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
  SA  342  Coroutines via Enhanced Generators           GvR, Eby
- SA  343  Anonymous Block Redux and Generator Enhancements  GvR
+ SA  343  The "with" Statement                         GvR, Coghlan
 
  Open PEPs (under consideration)
 
@@ -103,7 +103,7 @@
  S   341  Unifying try-except and try-finally          Birkenfeld
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
- P   347  Migrating the Python CVS to Subversion       von Löwis
+ P   347  Migrating the Python CVS to Subversion       von L�is
  S   349  Allow str() to return unicode strings        Schemenauer
  I   350  Codetags                                     Elliott
  S   754  IEEE 754 Floating Point Special Values       Warnes
@@ -152,7 +152,7 @@
  SF  285  Adding a bool type                           GvR
  SF  289  Generator Expressions                        Hettinger
  SF  292  Simpler String Substitutions                 Warsaw
- SF  293  Codec Error Handling Callbacks               Dörwald
+ SF  293  Codec Error Handling Callbacks               D�wald
  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
@@ -339,7 +339,7 @@
  I   290  Code Migration and Modernization             Hettinger
  I   291  Backward Compatibility for Standard Library  Norwitz
  SF  292  Simpler String Substitutions                 Warsaw
- SF  293  Codec Error Handling Callbacks               Dörwald
+ SF  293  Codec Error Handling Callbacks               D�wald
  SR  294  Type Names in the types Module               Tirosh
  SR  295  Interpretation of multiline string constants Koltsov
  SR  296  Adding a bytes Object Type                   Gilbert
@@ -392,7 +392,7 @@
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
  SR  346  User Defined ("with") Statements             Coghlan
- P   347  Migrating the Python CVS to Subversion       von Löwis
+ P   347  Migrating the Python CVS to Subversion       von L�is
  SR  348  Exception Reorganization for Python 3.0      Cannon
  S   349  Allow str() to return unicode strings        Schemenauer
  I   350  Codetags                                     Elliott
@@ -435,7 +435,7 @@
     Cole, Dave               djc at object-craft.com.au
     Craig, Christopher       python-pep at ccraig.org
     Creighton, Laura         lac at strakt.com
-    Dörwald, Walter
+    D�wald, Walter
     Drake, Fred              fdrake at acm.org
     Dubner, Michael P.       dubnerm at mindless.com
     Dubois, Paul F.          paul at pfdubois.com
@@ -446,7 +446,7 @@
     Evans, Clark C.          cce at clarkevans.com
     Ewing, Greg              greg at cosc.canterbury.ac.nz
     Faassen, Martijn         faassen at infrae.com
-    Giacometti, Frédéric B.  fred at arakne.com
+    Giacometti, Fr��ic B.  fred at arakne.com
     Gilbert, Scott           xscottg at yahoo.com
     Goodger, David           goodger at python.org
     Griffin, Grant           g2 at iowegian.com



More information about the Python-checkins mailing list