gh-91827: Add method info_pathlevel() in tkinter (GH-91829)

This commit is contained in:
Serhiy Storchaka 2022-05-06 13:50:38 +03:00 committed by GitHub
parent d707d073be
commit 15dbe8570f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 75 additions and 23 deletions

View file

@ -517,4 +517,4 @@ def add_standard_options(*source_classes):
def setUpModule():
if test.support.verbose:
tcl = tkinter.Tcl()
print('patchlevel =', tcl.call('info', 'patchlevel'))
print('patchlevel =', tcl.call('info', 'patchlevel'), flush=True)