]> granicus.if.org Git - python/commit
Moved socket, select, unicodedata to their own PYD. This should
authorGuido van Rossum <guido@python.org>
Thu, 6 Apr 2000 14:46:40 +0000 (14:46 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Apr 2000 14:46:40 +0000 (14:46 +0000)
commitb1b3096a54fe15311aae786605c901c2d4a4a6f7
treeca333383cd84896fd3dcc7ad8c9e5ca441517807
parent665dd704a32ffb752e5eed640b90fcd235ae4e5c
Moved socket, select, unicodedata to their own PYD.  This should
reduce the size of python16.dll to almost its 1.5.2 size, and remove
dependencies on winsock unless sockets are actually used.

Note that soundex is simply no longer supported.
12 files changed:
PCbuild/_socket.dsp [new file with mode: 0755]
PCbuild/_sre.dsp
PCbuild/_tkinter.dsp
PCbuild/bsddb.dsp
PCbuild/parser.dsp
PCbuild/pcbuild.dsw
PCbuild/pyexpat.dsp
PCbuild/python.dsp
PCbuild/python16.dsp
PCbuild/pythonw.dsp
PCbuild/select.dsp [new file with mode: 0755]
PCbuild/unicodedata.dsp [new file with mode: 0755]