]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
self.binary -> self._binary to remove it from the public interface -
authorSkip Montanaro <skip@pobox.com>
Sun, 8 Dec 2002 21:25:00 +0000 (21:25 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 8 Dec 2002 21:25:00 +0000 (21:25 +0000)
commit123dc8ef722023da949798aec8a3ee8e23a4f6a5
tree6884651e25a7acf970d1260a98eaec32ba11f8d2
parent3bf99e3e876cb367cff34c5b9d659361b5ca9525
self.binary -> self._binary to remove it from the public interface -
suggestion by Raymond Hettinger.
Lib/shelve.py