[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


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

-

@@ -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



More information about the Python-checkins mailing list