mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Removed dead text about MS subprojects that no longer exist.
This commit is contained in:
parent
28df74fc62
commit
caba60a752
2 changed files with 1 additions and 29 deletions
|
|
@ -39,23 +39,11 @@ python
|
||||||
.exe
|
.exe
|
||||||
pythonw
|
pythonw
|
||||||
pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
|
pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
|
||||||
_csv
|
|
||||||
C support for the comma-separated values module
|
|
||||||
_socket
|
_socket
|
||||||
socketmodule.c
|
socketmodule.c
|
||||||
_sre
|
|
||||||
Unicode-aware regular expression engine
|
|
||||||
_symtable
|
|
||||||
the _symtable module, symtablemodule.c
|
|
||||||
_testcapi
|
_testcapi
|
||||||
tests of the Python C API, run via Lib/test/test_capi.py, and
|
tests of the Python C API, run via Lib/test/test_capi.py, and
|
||||||
implemented by module Modules/_testcapimodule.c
|
implemented by module Modules/_testcapimodule.c
|
||||||
datetime
|
|
||||||
datetimemodule.c
|
|
||||||
mmap
|
|
||||||
mmapmodule.c
|
|
||||||
parser
|
|
||||||
the parser module
|
|
||||||
pyexpat
|
pyexpat
|
||||||
Python wrapper for accelerated XML parsing, which incorporates stable
|
Python wrapper for accelerated XML parsing, which incorporates stable
|
||||||
code from the Expat project: http://sourceforge.net/projects/expat/
|
code from the Expat project: http://sourceforge.net/projects/expat/
|
||||||
|
|
@ -63,8 +51,6 @@ select
|
||||||
selectmodule.c
|
selectmodule.c
|
||||||
unicodedata
|
unicodedata
|
||||||
large tables of Unicode data
|
large tables of Unicode data
|
||||||
winreg
|
|
||||||
Windows registry API
|
|
||||||
winsound
|
winsound
|
||||||
play sounds (typically .wav files) under Windows
|
play sounds (typically .wav files) under Windows
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,23 +40,11 @@ python
|
||||||
.exe
|
.exe
|
||||||
pythonw
|
pythonw
|
||||||
pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
|
pythonw.exe, a variant of python.exe that doesn't pop up a DOS box
|
||||||
_csv
|
|
||||||
C support for the comma-separated values module
|
|
||||||
_socket
|
_socket
|
||||||
socketmodule.c
|
socketmodule.c
|
||||||
_sre
|
|
||||||
Unicode-aware regular expression engine
|
|
||||||
_symtable
|
|
||||||
the _symtable module, symtablemodule.c
|
|
||||||
_testcapi
|
_testcapi
|
||||||
tests of the Python C API, run via Lib/test/test_capi.py, and
|
tests of the Python C API, run via Lib/test/test_capi.py, and
|
||||||
implemented by module Modules/_testcapimodule.c
|
implemented by module Modules/_testcapimodule.c
|
||||||
datetime
|
|
||||||
datetimemodule.c
|
|
||||||
mmap
|
|
||||||
mmapmodule.c
|
|
||||||
parser
|
|
||||||
the parser module
|
|
||||||
pyexpat
|
pyexpat
|
||||||
Python wrapper for accelerated XML parsing, which incorporates stable
|
Python wrapper for accelerated XML parsing, which incorporates stable
|
||||||
code from the Expat project: http://sourceforge.net/projects/expat/
|
code from the Expat project: http://sourceforge.net/projects/expat/
|
||||||
|
|
@ -64,8 +52,6 @@ select
|
||||||
selectmodule.c
|
selectmodule.c
|
||||||
unicodedata
|
unicodedata
|
||||||
large tables of Unicode data
|
large tables of Unicode data
|
||||||
winreg
|
|
||||||
Windows registry API
|
|
||||||
winsound
|
winsound
|
||||||
play sounds (typically .wav files) under Windows
|
play sounds (typically .wav files) under Windows
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue