[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.40,1.40.2.1 rmpyc.py,1.2,1.2.6.1

Tim Peters tim_one@users.sourceforge.net
Sat, 14 Jul 2001 00:47:37 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv29618/descr/dist/src/PCbuild

Modified Files:
      Tag: descr-branch
	python20.wse rmpyc.py 
Log Message:
Merge of trunk tag date2001-07-13 into descr-branch.  See PLAN.txt.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.40
retrieving revision 1.40.2.1
diff -C2 -r1.40 -r1.40.2.1
*** python20.wse	2001/04/18 21:12:25	1.40
--- python20.wse	2001/07/14 07:47:35	1.40.2.1
***************
*** 910,913 ****
--- 910,919 ----
    Flags=0000000000000010
  end
+ item: Install File
+   Source=%_SRC_%\Lib\site-packages\README
+   Destination=%MAINDIR%\Lib\site-packages\README.txt
+   Description=Site packages
+   Flags=0000000000000010
+ end
  item: Remark
    Text=*** Other ***

Index: rmpyc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/rmpyc.py,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -C2 -r1.2 -r1.2.6.1
*** rmpyc.py	2001/02/27 21:11:46	1.2
--- rmpyc.py	2001/07/14 07:47:35	1.2.6.1
***************
*** 1,6 ****
  # Remove all the .pyc and .pyo files under ../Lib.
  
- from __future__ import nested_scopes
- 
  def deltree(root):
      import os
--- 1,4 ----