https://github.com/python/cpython
Revision 4fe454c6f54b0948af67b53af6c2f35af6377e69 authored by Zachary Ware on 20 October 2021, 02:54:19 UTC, committed by GitHub on 20 October 2021, 02:54:19 UTC
Since v8.6.11, a few configuration options seem to accept an empty value
where they did not previously; particularly the `type` of a `Menu`
widget, and the `compound` of any ttk widget with a label.  Providing an
explicit expected error message to `checkEnumParam` bypasses the check
of an empty value, which no longer raises `TclError`.
1 parent 3163e68
History
Tip revision: 4fe454c6f54b0948af67b53af6c2f35af6377e69 authored by Zachary Ware on 20 October 2021, 02:54:19 UTC
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077)
Tip revision: 4fe454c
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 2.1 KB
.gitignore -rw-r--r-- 2.1 KB
.travis.yml -rw-r--r-- 6.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 76.0 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 22.3 KB
config.guess -rwxr-xr-x 48.3 KB
config.sub -rwxr-xr-x 33.6 KB
configure -rwxr-xr-x 513.4 KB
configure.ac -rw-r--r-- 174.6 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 45.0 KB
setup.py -rw-r--r-- 114.7 KB

README.rst

back to top