[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.5,1.6

rhettinger at projects.sourceforge.net rhettinger at projects.sourceforge.net
Thu Jan 29 01:38:25 EST 2004


Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1631/PC/VC6

Modified Files:
	pythoncore.dsp 
Log Message:
* Move collections.deque() in from the sandbox
* Add unittests, newsitem, and whatsnew
* Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py
* Docs are forthcoming



Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pythoncore.dsp	25 Jan 2004 03:25:40 -0000	1.5
--- pythoncore.dsp	29 Jan 2004 06:37:52 -0000	1.6
***************
*** 270,273 ****
--- 270,277 ----
  # Begin Source File
  
+ SOURCE=..\..\Modules\collectionsmodule.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Python\compile.c
  # End Source File




More information about the Python-checkins mailing list