-- Removed those pesky ^L's

-- Added line about piddle
This commit is contained in:
Moshe Zadka 2000-07-29 07:05:41 +00:00
parent 4762067d68
commit 8ab187d562
1 changed files with 5 additions and 8 deletions

View File

@ -6,7 +6,6 @@ Python-Version: 2.0
Status: Draft
Introduction
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.
Batteries Included Philosophy
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
The Proposed Solution
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
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
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
Still waiting for information on last-known-good version:
piddle -- http://sourceforge.net/project/filelist.php?group_id=1074
Connection to Distutils
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
While many Python modules rely on software distributed under the
@ -99,7 +98,6 @@ Software covered by the GNU Public License
the benefits.
Open Issues
Where does all this source live?
@ -112,7 +110,6 @@ Open Issues
that uses it.
Local Variables:
mode: indented-text
indent-tabs-mode: nil