Y
Hacker News
new
|
ask
|
show
|
jobs
by
OJFord
2042 days ago
Not even a nod to __future__.braces?
3 comments
neycmrtn
2042 days ago
Thx, didn't know that one! Added ref to github (and thx to you)! --Martin
link
felixhummel
2041 days ago
For the uninitiated:
$ python -c 'from __future__ import braces' File "<string>", line 1 SyntaxError: not a chance
link
adzm
2042 days ago
Not a chance
link