Nuacht

C. Boolean operators Expressions may be linked together or negated using the Boolean logical operators and, or, and not, all of which are Python keywords. The not operator has the highest precedence ...
New issue New issue Open Open Boolean operators called from Python don't have correct context by default #44 ...
Description With my pyproject.toml (given below), poetry generates a lock file that has invalid boolean expressions on the platform marker: markers = "sys_platform != \\"darwin\\" or and or platform_ ...