summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/Implementation
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: Add capability to specify Python implementationsMarc Chevrier2020-04-281-0/+37
Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an ordered list, which implementations must be searched for. Currently possible values are: * CPython * IronPython
class='commit-info'> authorRobert Collins <rbtcollins@hp.com>2015-07-26 22:40:15 (GMT) committerRobert Collins <rbtcollins@hp.com>2015-07-26 22:40:15 (GMT) commit581234ee0d2612fbbc9e521e1bcb3a6d48050dc8 (patch) tree795b9d3273dcae3c7b991c29635dbb79f8961609 /PCbuild parent76a64ca4388493c8b518a256e3cc0e9b5ed3b3f3 (diff)downloadcpython-581234ee0d2612fbbc9e521e1bcb3a6d48050dc8.zip
cpython-581234ee0d2612fbbc9e521e1bcb3a6d48050dc8.tar.gz
cpython-581234ee0d2612fbbc9e521e1bcb3a6d48050dc8.tar.bz2
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.