[Python-checkins] python/nondist/peps pep-0320.txt,1.6,1.7

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Jan 13 12:56:50 EST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv6899

Modified Files:
	pep-0320.txt 
Log Message:
Note two Distutils tasks

Index: pep-0320.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0320.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pep-0320.txt	13 Jan 2004 17:46:25 -0000	1.6
--- pep-0320.txt	13 Jan 2004 17:56:48 -0000	1.7
***************
*** 67,70 ****
--- 67,73 ----
      Possibly add 'diff3' and 'patch' functions to the difflib module.
  
+     Finish implementing the Distutils bdist_dpkg command.
+ 
+     
  
  Ongoing tasks
***************
*** 145,148 ****
--- 148,157 ----
        It seems we can't get consensus on this.
  
+     - PEP 262  Database of Installed Python Packages        Kuchling
+ 
+       This turns out to be useful for Jack Jansen's Python installer,
+       so the database is worth implementing.  Code will go in 
+       sandbox/pep262.
+ 
      - PEP 269  Pgen Module for Python                       Riehl
  
***************
*** 150,159 ****
        mature more.)
  
-     - Add support for the long-awaited Python catalog.  Kapil
-       Thangavelu has a Zope-based implementation that he demoed at
-       OSCON 2002.  Now all we need is a place to host it and a person
-       to champion it.  (Some changes to distutils to support this are
-       in, at least.)
- 
      - PEP 266  Optimizing Global Variable/Attribute Access  Montanaro
        PEP 267  Optimized Access to Module Namespaces        Hylton
--- 159,162 ----





More information about the Python-checkins mailing list