thenoviceoof / pyli

Better python CLI integration
MIT License
9 stars 1 forks source link

Use the ast package #10

Open thenoviceoof opened 11 years ago

thenoviceoof commented 10 years ago

appears this is present in 2.6 http://docs.python.org/2/library/ast.html

thenoviceoof commented 4 days ago

The parser package was deprecated in 3.9, and removed in 3.10 (at least the documentation was, and it is no longer possible to import into 3.11).

See https://docs.python.org/3.9/library/parser.html