From: Tim Peters Date: Fri, 11 Jan 2002 00:28:56 +0000 (+0000) Subject: Remove remaining 2.2-isms: X-Git-Tag: v2.1.2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5f06afe67960903dbff4344817a9639d9041886;p=thirdparty%2FPython%2Fcpython.git Remove remaining 2.2-isms: + Lib/site-packages wasn't created on Windows in 2.1. + The compiler package lived in Tools instead of in Lib. After this, a directory compare of an installed 2.1.1 and an installation created by this installer "are close". The remaining differences have to do with files that the old installer mistakenly never knew existed (like the distutils README, and pynche's color-name files). All such cases in 2.1.1 were bugs, now repaired in 2.1.2. --- diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 77123dbda4d9..adb1ab9a404b 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1878,14 +1878,6 @@ item: Install File end item: Remark end -item: Install File - Source=..\lib\compiler\*.py - Destination=%MAINDIR%\Lib\compiler - Description=Python compiler written in Python - Flags=0000000000000010 -end -item: Remark -end item: Install File Source=..\lib\distutils\*.py Destination=%MAINDIR%\Lib\distutils @@ -1933,14 +1925,6 @@ item: Install File end item: Remark end -item: Install File - Source=..\lib\site-packages\readme - Destination=%MAINDIR%\Lib\site-packages\README.txt - Description=Site packages - Flags=0000000000000010 -end -item: Remark -end item: Install File Source=..\lib\xml\*.py Destination=%MAINDIR%\Lib\xml @@ -2183,6 +2167,26 @@ item: Install File Description=pynche color editor - noconsole main Flags=0000000100000010 end +item: Remark +end +item: Install File + Source=..\tools\compiler\*.py + Destination=%MAINDIR%\Tools\compiler + Description=Python compiler written in Python + Flags=0000000000000010 +end +item: Install File + Source=..\tools\compiler\compiler\*.py + Destination=%MAINDIR%\Tools\compiler\compiler + Description=Python compiler written in Python + Flags=0000000000000010 +end +item: Install File + Source=..\tools\compiler\compiler\*.txt + Destination=%MAINDIR%\Tools\compiler\compiler + Description=Python compiler written in Python + Flags=0000000000000010 +end item: End Block end item: Remark