Staging
v0.8.1
https://github.com/python/cpython
Revision 2cfa9806c7b4e21e44f00593ccbaeded703382de authored by Tim Peters on 19 January 2001, 21:43:49 UTC, committed by Tim Peters on 19 January 2001, 21:43:49 UTC
1 parent 6f77667
Raw File
Tip revision: 2cfa9806c7b4e21e44f00593ccbaeded703382de authored by Tim Peters on 19 January 2001, 21:43:49 UTC
Run tests twice by default, first time deleting .pyc/.pyo files.
Tip revision: 2cfa980
setup.cfg.in

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