]> granicus.if.org Git - python/commit
Rename __whatever variables defined by ABCMeta to _abc_whatever, so as
authorGuido van Rossum <guido@python.org>
Mon, 20 Aug 2007 19:29:24 +0000 (19:29 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Aug 2007 19:29:24 +0000 (19:29 +0000)
commitc1e315d2b0df6d647d19a0cd25d6a4b964db1eb2
treea896c4313a1e1013b79016683d72b308b4e215de
parentd06489945f74b0c437e2a5d5dbb64e9bcbcb1ff0
Rename __whatever variables defined by ABCMeta to _abc_whatever, so as
to simplify legitimate use of these.
Lib/abc.py
Lib/test/regrtest.py