Staging
v0.8.1
https://github.com/python/cpython
Revision 90cecee894f47efb1240c2e7021d0b099ea7944f authored by Andrew M. Kuchling on 22 January 2001, 04:02:09 UTC, committed by Andrew M. Kuchling on 22 January 2001, 04:02:09 UTC
1 parent e815786
Raw File
Tip revision: 90cecee894f47efb1240c2e7021d0b099ea7944f authored by Andrew M. Kuchling on 22 January 2001, 04:02:09 UTC
Beginning of a "What's New in Python 2.1" article
Tip revision: 90cecee
setup.cfg.in

[install]
install_platlib = @prefix@/lib/python@VERSION@/lib-dynload
back to top