Hacker News new | ask | show | jobs
by OJFord 2042 days ago
Not even a nod to __future__.braces?
3 comments

Thx, didn't know that one! Added ref to github (and thx to you)! --Martin
For the uninitiated:

    $ python -c 'from __future__ import braces'
      File "<string>", line 1
    SyntaxError: not a chance
Not a chance