diff options
author | Damien George <damien.p.george@gmail.com> | 2016-06-06 17:28:32 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-06-06 17:28:32 +0100 |
commit | b1533c43669c037d04c87d1756355cdc8edd5e0a (patch) | |
tree | 10dad92829abdc70036ca2398ac2dce7ce00ff60 /docs/esp8266/tutorial/pins.rst | |
parent | 2bf6eb9fe2e7e2acd1ce361dd8276cb8f047f8fe (diff) | |
download | micropython-b1533c43669c037d04c87d1756355cdc8edd5e0a.tar.gz micropython-b1533c43669c037d04c87d1756355cdc8edd5e0a.zip |
py/parse: Treat constants that start with underscore as private.
Assignments of the form "_id = const(value)" are treated as private
(following a similar CPython convention) and code is no longer emitted
for the assignment to a global variable.
See issue #2111.
Diffstat (limited to 'docs/esp8266/tutorial/pins.rst')
0 files changed, 0 insertions, 0 deletions