On Fri, May 6, 2016 at 5:41 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:[...]So rather than saying "the bootstrapping dependency declaration file
is Python-but-not-really", it's easier to say "it's an ini-file format
that can be parsed with the configparser module" or "it's JSON" (I'm
ruling out any options that don't have a stdlib parser in Python 2.7)Last time, I promise :-)"python literals" is perfectly well defined -- both by the language reference, and by "can be parsed by ast.literal_eval"
and it addresses the limitations of JSON and is fully declarative.