[Python-checkins] python/dist/src/PC/VC6 readme.txt,1.1,1.2

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sat Jan 3 21:05:07 EST 2004


Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1:/tmp/cvs-serv795/PC/VC6

Modified Files:
	readme.txt 
Log Message:
Removed dead text about MS subprojects that no longer exist.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** readme.txt	3 Jan 2004 05:45:59 -0000	1.1
--- readme.txt	4 Jan 2004 02:04:32 -0000	1.2
***************
*** 40,60 ****
  pythonw
      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
      socketmodule.c
- _sre
-     Unicode-aware regular expression engine
- _symtable
-     the _symtable module, symtablemodule.c
  _testcapi
      tests of the Python C API, run via Lib/test/test_capi.py, and
      implemented by module Modules/_testcapimodule.c
- datetime
-     datetimemodule.c
- mmap
-     mmapmodule.c
- parser
-     the parser module
  pyexpat
      Python wrapper for accelerated XML parsing, which incorporates stable
--- 40,48 ----
***************
*** 64,69 ****
  unicodedata
      large tables of Unicode data
- winreg
-     Windows registry API
  winsound
      play sounds (typically .wav files) under Windows
--- 52,55 ----





More information about the Python-checkins mailing list