]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #18635: Move class level private attribute from instance to class.
authorEthan Furman <ethan@stoneleaf.us>
Sun, 4 Aug 2013 15:42:23 +0000 (08:42 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sun, 4 Aug 2013 15:42:23 +0000 (08:42 -0700)
commit5e5a8230c206e5762b5d4c0708189422c1b1f3b1
treed2e7c6f0cd4a05d60fcd14b4b4daaf6eed897fa8
parentaf760db0670a8891ea160111b24eabcea2088223
Close #18635: Move class level private attribute from instance to class.
Lib/enum.py
Lib/test/test_enum.py