blob: 4b542b4a1892bbdde3d08eaaca246fa3ced39863 (
plain)
1
2
3
4
5
6
|
# Generic python module
This is a revamped and generic (python 2 and 3) version of the python3
module. With this new interface, projects can now fully specify the version
of python they want to build against / install sources to, and can do so
against multiple major or minor versions in parallel.
|