]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add 'get' method to Variable and switch it from internal class to
authorGuido van Rossum <guido@python.org>
Wed, 16 Apr 2003 20:10:03 +0000 (20:10 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 16 Apr 2003 20:10:03 +0000 (20:10 +0000)
commit2cd0a65c708d6120487f161f9039b981a03ae20b
tree68a378ed6b383b5b51a31caea7bd1ea4f641d141
parenta4541a30fcd101c6c6ed83a55d13c505f97378d8
Add 'get' method to Variable and switch it from internal class to
standard class (it is now useful because it doesn't constrain the type
of the value).
Lib/lib-tk/Tkinter.py