[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.7,1.8

Fred L. Drake python-dev@python.org
Fri, 15 Sep 2000 15:02:55 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3885

Modified Files:
	pep-0042.txt 
Log Message:

Move Skip's contribute to the top of the Standard Library section.
(With Skip's blessing.)


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pep-0042.txt	2000/09/15 21:13:48	1.7
--- pep-0042.txt	2000/09/15 22:02:51	1.8
***************
*** 48,51 ****
--- 48,57 ----
  Standard Library
  
+     - The test suite is incomplete (and probably always will be).
+       This is a reminder to people that more regression tests are
+       needed.
+ 
+       http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=110819
+ 
      - The urllib module should support proxies which require
        authenication.  See SourceForge bug #110619 for information:
***************
*** 75,83 ****
        http://sourceforge.net/bugs/?func=detailbug&bug_id=112317&group_id=5470
  
- 
-     - the test suite is incomplete (and probably always will be).  This is
-       mostly a reminder to people that more regression tests are needed.
- 
-       http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=110819
  
  Tools
--- 81,84 ----