[Python-checkins] python/nondist/peps pep-0000.txt, 1.309, 1.310 pep-0345.txt, 1.1, 1.2

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Mon May 23 15:08:11 CEST 2005


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

Modified Files:
	pep-0000.txt pep-0345.txt 
Log Message:
Fix title typo

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- pep-0000.txt	23 May 2005 00:59:53 -0000	1.309
+++ pep-0000.txt	23 May 2005 13:08:09 -0000	1.310
@@ -121,7 +121,7 @@
  S   342  Enhanced Iterators                           GvR
  S   343  Anonymous Block Redux                        GvR
  S   344  Exception Chaining and Embedded Tracebacks   Yee
- S   345  Medatadata for Python Software Packages 1.2  Jones
+ S   345  Metadata for Python Software Packages 1.2    Jones
  S   754  IEEE 754 Floating Point Special Values       Warnes
 
  Finished PEPs (done, implemented in CVS)
@@ -385,7 +385,7 @@
  S   342  Enhanced Iterators                           GvR
  S   343  Anonymous Block Redux                        GvR
  S   344  Exception Chaining and Embedded Tracebacks   Yee
- S   345  Medatadata for Python Software Packages 1.2  Jones
+ S   345  Metadata for Python Software Packages 1.2    Jones
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  I  3000  Python 3.0 Plans                             Kuchling, Cannon

Index: pep-0345.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0345.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pep-0345.txt	23 May 2005 00:59:54 -0000	1.1
+++ pep-0345.txt	23 May 2005 13:08:09 -0000	1.2
@@ -1,5 +1,5 @@
 PEP: 345
-Title: Medatadata for Python Software Packages 1.2
+Title: Metadata for Python Software Packages 1.2
 Version: $Revision$
 Last-Modified: $Date$
 Author: Richard Jones <richard at mechanicalcat.net>



More information about the Python-checkins mailing list