diff options
author | Ankit Chandawala <ankitchandawala@gmail.com> | 2020-08-03 04:03:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 04:03:48 (GMT) |
commit | c36dbac588e1d99975f285a874bb20e9f5040af4 (patch) | |
tree | d33b6b4d0a28c0360a618a63d1b4a180c513ac04 /Misc/NEWS.d | |
parent | ecaf949cc487887883c14dff7a96e09ac9404994 (diff) | |
download | cpython-c36dbac588e1d99975f285a874bb20e9f5040af4.zip cpython-c36dbac588e1d99975f285a874bb20e9f5040af4.tar.gz cpython-c36dbac588e1d99975f285a874bb20e9f5040af4.tar.bz2 |
bpo-41425: Make tkinter doc example runnable (GH-21706)
Co-authored-by: Ankit Chandawala <achandaw@amazon.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-08-03-01-59-48.bpo-41425.KJo6zF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-03-01-59-48.bpo-41425.KJo6zF.rst b/Misc/NEWS.d/next/Library/2020-08-03-01-59-48.bpo-41425.KJo6zF.rst new file mode 100644 index 0000000..617df72 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-08-03-01-59-48.bpo-41425.KJo6zF.rst @@ -0,0 +1 @@ +Make tkinter doc example runnable. |