commit | f17efb93d95562071b6069e44b723873ffba05f4 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Thu Aug 23 20:53:27 2001 +0000 |
committer | Greg Ward <gward@python.net> | Thu Aug 23 20:53:27 2001 +0000 |
tree | 6a36d1e1eec193cf00545c4dffc09226f6adf9be | |
parent | 971e0690c4ae81da3d86df82c2aef5872beb3ca3 [diff] |
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.