Safety vulnerability ID: 38323
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Plusminus 0.3.0 has been hardened against some possible attacks, using deep expression ne…
[This advisory has been limited. Please create a free account to view the full advisory.]
Latest version: 0.8.1
+/- plusminus is a module that builds on the pyparsing infixNotation helper method to build easy-to-code and easy-to-use parsers for parsing and evaluating infix arithmetic expressions. plusminus's ArithmeticParser class includes separate parse and evaluate methods, handling operator precedence, override with parentheses, presence or absence of whitespace, built-in functions, and pre-defined and user-defined variables, functions, and operators.
- Added syntax to clear a defined variable: a, b = 1, 2 c = a + b …
[This text has been limited. Please create a free account to view the full text.]