]> granicus.if.org Git - python/commit
Change _names to _names_ since the latter is reserved for Enum use.
authorEthan Furman <ethan@stoneleaf.us>
Sat, 20 Jul 2013 02:47:21 +0000 (19:47 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sat, 20 Jul 2013 02:47:21 +0000 (19:47 -0700)
commit520ad5791670e356787b947baeb6885320cb6237
tree86df068d2684754f1ae00f27580f83a752c633ba
parent2aa2732eafe6ede071dd0206cab831484723483d
Change _names to _names_ since the latter is reserved for Enum use.

Before this change only the methods were _single_underscored_; now
the attributes are as well.
Lib/enum.py
Lib/test/test_enum.py