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()
This commit is contained in:
Damien George 2014-04-28 09:56:31 +01:00
parent a224067846
commit 0c8fcb9c49
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
// All the qstr definitions in this file are available as constants.
// That is, they are in ROM and you can reference them simply as MP_QSTR_xxxx.
// TODO probably should add Python keywords, eg if, def, etc
Q(*)
Q(__build_class__)
Q(__class__)