]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a missing 'self,' to a super call in recently checked-in code.
authorGuido van Rossum <guido@python.org>
Sun, 15 Jun 2003 19:08:57 +0000 (19:08 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Jun 2003 19:08:57 +0000 (19:08 +0000)
commit8b76351934be5fcb53791019dab13ba3d6df4f89
tree6b25230a7edc6cff531c38dc178cd842a6bea073
parent7de3772b2834ab18e160626912feb98abecb5104
Add a missing 'self,' to a super call in recently checked-in code.
This was reported in the IDLEFORK bug tracker as #754971.
Lib/lib-tk/tkFileDialog.py