Link to pretty printer

Issue #18 closed
Alex Hall created an issue

On the Meet the Nodes page, it says:

The pretty-printer used in these examples is available in the source repository for Green Tree Snakes.

However the link gives a 404.

This might also be a good time to mention that Python 3.9 can pretty print trees using ast.dump(…, indent=2).

Comments (2)

  1. Thomas Kluyver repo owner

    Thanks, I missed that when moving from hg to git recently - default needs to become master.

  2. Log in to comment