From b1860f81da82c4d4be15cd6914d46e7d1fbcf46e Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Wed, 21 Apr 1999 05:56:27 +0000 Subject: * Update python 1.5.1 -> 1.5.2 * Remove python-beta --- lang/python27/files/Setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/python27/files/Setup') diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup index 4d5c2fad8efd..e804c4266748 100644 --- a/lang/python27/files/Setup +++ b/lang/python27/files/Setup @@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap # Tommy Burnette's 'new' module (creates new empty objects of certain kinds): -new newmodule.c +#new newmodule.c # Generic (SunOS / SVR4) dynamic loading module. @@ -356,13 +356,13 @@ bsddb bsddbmodule.o # David Wayne Williams' soundex module -soundex soundex.c +#soundex soundex.c # Helper module for various ascii-encoders binascii binascii.c # Fred Drake's interface to the Python parser. -parser parsermodule.c +#parser parsermodule.c # Digital Creations' cStringIO and cPickle cStringIO cStringIO.c -- cgit v1.2.3