parent
4762067d68
commit
8ab187d562
13
pep-0206.txt
13
pep-0206.txt
|
@ -6,7 +6,6 @@ Python-Version: 2.0
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
|
|
||||||
This PEP describes the `batteries included' proposal for Python
|
This PEP describes the `batteries included' proposal for Python
|
||||||
|
@ -16,7 +15,6 @@ Introduction
|
||||||
a description of the proposal and outlines how to support it.
|
a description of the proposal and outlines how to support it.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Batteries Included Philosophy
|
Batteries Included Philosophy
|
||||||
|
|
||||||
The Python source distribution always maintained the philosophy of
|
The Python source distribution always maintained the philosophy of
|
||||||
|
@ -35,7 +33,6 @@ Batteries Included Philosophy
|
||||||
http://www.uk.research.att.com/~fms/ipc7/tr-1998-9.html
|
http://www.uk.research.att.com/~fms/ipc7/tr-1998-9.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The Proposed Solution
|
The Proposed Solution
|
||||||
|
|
||||||
The proposed solution is to download a few important third-party
|
The proposed solution is to download a few important third-party
|
||||||
|
@ -64,13 +61,16 @@ The Proposed Solution
|
||||||
libjpeg -- ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
|
libjpeg -- ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
|
||||||
ncurses -- ftp://dickey.his.com/ncurses/ncurses.tar.gz
|
ncurses -- ftp://dickey.his.com/ncurses/ncurses.tar.gz
|
||||||
|
|
||||||
TBD, the following three:
|
TBD, the following:
|
||||||
|
|
||||||
NumPy -- http://download.sourceforge.net/numpy/Numerical-15.3.tgz
|
NumPy -- http://download.sourceforge.net/numpy/Numerical-15.3.tgz
|
||||||
Pmw -- ftp://ftp.dscpl.com.au/pub/pmw/Pmw.0.8.4.tar.gz
|
Pmw -- ftp://ftp.dscpl.com.au/pub/pmw/Pmw.0.8.4.tar.gz
|
||||||
BLT -- ftp://ftp.tcltk.com/aa004735/pub/blt/BLT2.4u.tar.gz
|
BLT -- ftp://ftp.tcltk.com/aa004735/pub/blt/BLT2.4u.tar.gz
|
||||||
|
|
||||||
|
Still waiting for information on last-known-good version:
|
||||||
|
|
||||||
|
piddle -- http://sourceforge.net/project/filelist.php?group_id=1074
|
||||||
|
|
||||||
Connection to Distutils
|
Connection to Distutils
|
||||||
|
|
||||||
Since Python 2.0 comes with a new mechanism of distributing Python
|
Since Python 2.0 comes with a new mechanism of distributing Python
|
||||||
|
@ -85,7 +85,6 @@ Connection to Distutils
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Software covered by the GNU Public License
|
Software covered by the GNU Public License
|
||||||
|
|
||||||
While many Python modules rely on software distributed under the
|
While many Python modules rely on software distributed under the
|
||||||
|
@ -99,7 +98,6 @@ Software covered by the GNU Public License
|
||||||
the benefits.
|
the benefits.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Open Issues
|
Open Issues
|
||||||
|
|
||||||
Where does all this source live?
|
Where does all this source live?
|
||||||
|
@ -112,7 +110,6 @@ Open Issues
|
||||||
that uses it.
|
that uses it.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: indented-text
|
mode: indented-text
|
||||||
indent-tabs-mode: nil
|
indent-tabs-mode: nil
|
||||||
|
|
Loading…
Reference in New Issue