Note two Distutils tasks
This commit is contained in:
parent
8250e1411e
commit
18e59b5243
15
pep-0320.txt
15
pep-0320.txt
|
@ -66,6 +66,9 @@ Planned features for 2.4
|
||||||
|
|
||||||
Possibly add 'diff3' and 'patch' functions to the difflib module.
|
Possibly add 'diff3' and 'patch' functions to the difflib module.
|
||||||
|
|
||||||
|
Finish implementing the Distutils bdist_dpkg command.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ongoing tasks
|
Ongoing tasks
|
||||||
|
|
||||||
|
@ -144,17 +147,17 @@ Carryover features from Python 2.3
|
||||||
covered yet (e.g. string.whitespace and types.TracebackType).
|
covered yet (e.g. string.whitespace and types.TracebackType).
|
||||||
It seems we can't get consensus on this.
|
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
|
- PEP 269 Pgen Module for Python Riehl
|
||||||
|
|
||||||
(Some necessary changes are in; the pgen module itself needs to
|
(Some necessary changes are in; the pgen module itself needs to
|
||||||
mature more.)
|
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 266 Optimizing Global Variable/Attribute Access Montanaro
|
||||||
PEP 267 Optimized Access to Module Namespaces Hylton
|
PEP 267 Optimized Access to Module Namespaces Hylton
|
||||||
PEP 280 Optimizing access to globals van Rossum
|
PEP 280 Optimizing access to globals van Rossum
|
||||||
|
|
Loading…
Reference in New Issue