]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6878: Fixed return type of tkinter methods documented to return lists.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 22 Nov 2010 19:40:51 +0000 (19:40 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 22 Nov 2010 19:40:51 +0000 (19:40 +0000)
commit022f049fededad8a2e8e902effd42eca19fbf2b1
treea69fe0e6ee8f3e04515874b9279fe8df176eb477
parent7744e2ae5e232634c1751bcacaeb0317459be00b
Issue #6878: Fixed return type of tkinter methods documented to return lists.
Lib/tkinter/__init__.py
Lib/tkinter/tix.py
Lib/turtle.py