[Python-checkins] python/dist/src/PCbuild python20.wse,1.113,1.114

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 02 Jan 2003 08:02:30 -0800


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

Modified Files:
	python20.wse 
Log Message:
SF bug 660795:  logging missing from Python 2.3a1 for Windows.
Added the logging package.  In the meantime, Neal Norwitz added a
test_logging.py to the std test suite, which would have caught this
oversight in the Windows installer.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** python20.wse	1 Jan 2003 02:14:12 -0000	1.113
--- python20.wse	2 Jan 2003 16:02:27 -0000	1.114
***************
*** 2015,2018 ****
--- 2015,2026 ----
  end
  item: Install File
+   Source=..\lib\logging\*.py
+   Destination=%MAINDIR%\Lib\logging
+   Description=Logging package
+   Flags=0000000000000010
+ end
+ item: Remark
+ end
+ item: Install File
    Source=..\lib\site-packages\readme
    Destination=%MAINDIR%\Lib\site-packages\README.txt