diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-21 05:56:27 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-21 05:56:27 +0000 |
commit | b1860f81da82c4d4be15cd6914d46e7d1fbcf46e (patch) | |
tree | 465bc89b8bfc54bc30736b7c610214e23e9d01d4 /lang/python23/files/Setup | |
parent | ff9f1c323fc2f93c1047b8e922f214c6658645c8 (diff) | |
download | ports-b1860f81da82c4d4be15cd6914d46e7d1fbcf46e.tar.gz ports-b1860f81da82c4d4be15cd6914d46e7d1fbcf46e.zip |
* Update python 1.5.1 -> 1.5.2
* Remove python-beta
Notes
Notes:
svn path=/head/; revision=18042
Diffstat (limited to 'lang/python23/files/Setup')
-rw-r--r-- | lang/python23/files/Setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python23/files/Setup b/lang/python23/files/Setup index 4d5c2fad8efd..e804c4266748 100644 --- a/lang/python23/files/Setup +++ b/lang/python23/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 |