]> granicus.if.org Git - python/commit
Patch #449054 to implement PEP 250. The standard install directory for
authorGreg Ward <gward@python.net>
Thu, 23 Aug 2001 20:53:27 +0000 (20:53 +0000)
committerGreg Ward <gward@python.net>
Thu, 23 Aug 2001 20:53:27 +0000 (20:53 +0000)
commitf17efb93d95562071b6069e44b723873ffba05f4
tree6a36d1e1eec193cf00545c4dffc09226f6adf9be
parent971e0690c4ae81da3d86df82c2aef5872beb3ca3
Patch #449054 to implement PEP 250.  The standard install directory for
modules and extensions on Windows is now $PREFIX/Lib/site-packages.
Includes backwards compatibility code for pre-2.2 Pythons.  Contributed
by Paul Moore.
Lib/distutils/command/install.py
Lib/distutils/sysconfig.py