Missed NameConstant node

Issue #1 resolved
Andrew Svetlov created an issue

Looks like documentation missed to describe NameConstant node type. It appears in Python 3.3 and used for None, True and False constants. See http://bugs.python.org/issue16619 for details.

Comments (4)

  1. Thomas Kluyver repo owner

    From that issue, it looks like NameConstant is being added for 3.4, not 3.3. The commit is dated 6th December, and I wouldn't expect it to be backported.

    That said, I was experimenting with 3.2, so I still need to add YieldFrom. Are there other new nodes in 3.3?

  2. Log in to comment