[Python-checkins] peps: -- Removed those pesky ^L's (original) (raw)
georg.brandl python-checkins at python.org
Wed Mar 23 21:23:55 CET 2011
- Previous message: [Python-checkins] peps: Moved "Local Variables:" string farther away from the end of the file,
- Next message: [Python-checkins] peps: Changed status of piddle, based on Janko's input.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/peps/rev/d5aaa3b025da changeset: 64:d5aaa3b025da user: Moshe Zadka <moshez at math.huji.ac.il> date: Sat Jul 29 07:05:41 2000 +0000 summary: -- Removed those pesky ^L's -- Added line about piddle
files: pep-0206.txt | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/pep-0206.txt b/pep-0206.txt --- a/pep-0206.txt +++ b/pep-0206.txt @@ -6,7 +6,6 @@ Status: Draft
- Introduction
This PEP describes the `batteries included' proposal for Python
@@ -16,7 +15,6 @@ 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 @@ 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 @@ 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 @@
- Software covered by the GNU Public License
While many Python modules rely on software distributed under the
@@ -99,7 +98,6 @@ the benefits.
- Open Issues
Where does all this source live?
@@ -112,7 +110,6 @@ that uses it.
- Local Variables: mode: indented-text indent-tabs-mode: nil
-- Repository URL: http://hg.python.org/peps
- Previous message: [Python-checkins] peps: Moved "Local Variables:" string farther away from the end of the file,
- Next message: [Python-checkins] peps: Changed status of piddle, based on Janko's input.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]