]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
parsefile() now calls self.update() while filling the buffer,
authorGuido van Rossum <guido@python.org>
Fri, 8 Jul 1994 09:14:54 +0000 (09:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 8 Jul 1994 09:14:54 +0000 (09:14 +0000)
commitfdfa2b513606ade680021b50462d1eec7c63f1ff
tree840ad822d87b5289e851fc887371005c14d681a1
parent97aeca1527002537ae1f5a541fe86d75f7af1bfb
parsefile() now calls self.update() while filling the buffer,
so you can read the top of the man page while the rest is being parsed
Demo/tkinter/guido/ManPage.py