diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-28 09:56:31 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-28 09:56:31 +0100 |
commit | 0c8fcb9c498966bc330150a50ed31bf6874d79d2 (patch) | |
tree | 172212928c6d8a6334ba3c21713712024170a4d5 /tests/basics/with-break.py | |
parent | a224067846ad92c09249abdcb77fac7420eb1a95 (diff) | |
download | micropython-0c8fcb9c498966bc330150a50ed31bf6874d79d2.tar.gz micropython-0c8fcb9c498966bc330150a50ed31bf6874d79d2.zip |
py: Remove silly comment about interning keywords.
Of course, keywords are turned into lexer tokens in the lexer, so will
never need to be interned (unless you do something like x="def").
As it is now, the following on pyboard makes no new qstrs:
import pyb
pyb.info()
Diffstat (limited to 'tests/basics/with-break.py')
0 files changed, 0 insertions, 0 deletions