<p dir="ltr">Would it be useful to have one Python source file with an OrderedDict of<br>
(API_feat_lbl, [(start, None)]) mappings<br>
and a lookup?</p>
<p dir="ltr">* [ ] feat/version segments/rays map<br>
* [ ] .lookup("print[_function]")</p>
<p dir="ltr">Syntax ideas:</p>
<p dir="ltr">* has("print[_function]")</p>
<p dir="ltr">Advantages</p>
<p dir="ltr">* More pythonic to check for features than capabilities<br>
* Forward maintainability</p>
<p dir="ltr">Disadvantages:</p>
<p dir="ltr">* </p>
<p dir="ltr">Alternatives:</p>
<p dir="ltr">* six, nine, future<br>
* try/import ENOENT<br>
</p>