]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove remaining 2.2-isms:
authorTim Peters <tim.peters@gmail.com>
Fri, 11 Jan 2002 00:28:56 +0000 (00:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 11 Jan 2002 00:28:56 +0000 (00:28 +0000)
+ 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.

PCbuild/python20.wse

index 77123dbda4d9c067c9e4cdf0c314be49d3d9c234..adb1ab9a404b45d7ab909b965492890f82064e6f 100644 (file)
@@ -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