[Python-checkins] python/dist/src/PCbuild readme.txt,1.45,1.46

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sat Jan 3 21:04:44 EST 2004


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

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/PCbuild/readme.txt,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** readme.txt	2 Jan 2004 21:13:28 -0000	1.45
--- readme.txt	4 Jan 2004 02:04:35 -0000	1.46
***************
*** 41,61 ****
  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
--- 41,49 ----
***************
*** 65,70 ****
  unicodedata
      large tables of Unicode data
- winreg
-     Windows registry API
  winsound
      play sounds (typically .wav files) under Windows
--- 53,56 ----
***************
*** 162,166 ****
      If FC finds differences, see the warning abou WinZip above (when I
      first tried it, sample3.ref failed due to CRLF conversion).
!     
      # XXX: it fails with vc 7.1, so the tests are skipped for now.
  
--- 148,152 ----
      If FC finds differences, see the warning abou WinZip above (when I
      first tried it, sample3.ref failed due to CRLF conversion).
! 
      # XXX: it fails with vc 7.1, so the tests are skipped for now.
  





More information about the Python-checkins mailing list