Originally reported by: rbtcollins (Bitbucket: rbtcollins, GitHub: rbtcollins)
PEP 427 specifies a range of comparison operators:
CMPOP: (==|!=|<|>|<=|>=|in|not in)
But when I tried to use <= while testing environment markers, I get an error about an invalid marker. The same exact expression with s/</=/ works.
If this is the wrong place to file marker bugs - please point me at the right place :)
Originally reported by: rbtcollins (Bitbucket: rbtcollins, GitHub: rbtcollins)
PEP 427 specifies a range of comparison operators:
CMPOP: (==|!=|<|>|<=|>=|in|not in)
But when I tried to use <= while testing environment markers, I get an error about an invalid marker. The same exact expression with s/</=/ works.
If this is the wrong place to file marker bugs - please point me at the right place :)