Skip to content
  • Damien George's avatar
    py: Remove silly comment about interning keywords. · 0c8fcb9c
    Damien George authored
    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()
    0c8fcb9c