[Python-checkins] peps: An update from Moshe, and another question from the editor.

georg.brandl python-checkins at python.org
Wed Mar 23 21:22:18 CET 2011


http://hg.python.org/peps/rev/f97b0d5a33c9
changeset:   12:f97b0d5a33c9
user:        Barry Warsaw <barry at python.org>
date:        Fri Jul 14 14:37:20 2000 +0000
summary:
  An update from Moshe, and another question from the editor.

files:
  pep-0206.txt |  12 ++++++++++--
  1 files changed, 10 insertions(+), 2 deletions(-)


diff --git a/pep-0206.txt b/pep-0206.txt
--- a/pep-0206.txt
+++ b/pep-0206.txt
@@ -54,12 +54,18 @@
     in this manner, and where they can be downloaded:
 
     zlib -- http://www.info-zip.org/pub/infozip/zlib/zlib.tar.gz
-    expat -- ftp://ftp.jclark.com/pub/xml/expat.zip.
+    expat -- ftp://ftp.jclark.com/pub/xml/expat.zip
     Tcl -- http://dev.scriptics.com:80/download/tcl/tcl8_3/tcl8.3.1.tar.gz
     Tk -- http://dev.scriptics.com:80/download/tcl/tcl8_3/tk8.3.1.tar.gz
     PIL -- http://www.pythonware.com/downloads/Imaging-1.1.tar.gz
+    ncurses -- ftp://dickey.his.com/ncurses/ncurses.tar.gz
+
+    TBD, the following four:
+
     libjpeg -- ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
-    ncurses -- ftp://dickey.his.com/ncurses/ncurses.tar.gz
+    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
 
 
 
@@ -81,6 +87,8 @@
     ESR also mentioned libpng, but I don't know of a Python module
     that uses it.
 
+    How does all this fit in with distutils?
+
 
 
 Local Variables:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list