mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +00:00
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
This commit is contained in:
parent
d707d073be
commit
15dbe8570f
8 changed files with 75 additions and 23 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue