diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-11 17:16:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 17:16:10 (GMT) |
commit | 2666d702e49aa0e4975553bec2e92ca4a2dba4ea (patch) | |
tree | b762a125b91717d6781944c54ed3e9b2e8561f6b /Misc | |
parent | e8a43efcee61e7c29045fa8038335eaa6e786556 (diff) | |
download | cpython-2666d702e49aa0e4975553bec2e92ca4a2dba4ea.zip cpython-2666d702e49aa0e4975553bec2e92ca4a2dba4ea.tar.gz cpython-2666d702e49aa0e4975553bec2e92ca4a2dba4ea.tar.bz2 |
bpo-33479: Add architecture and threading model sections to Tkinter module docs (GH-27717)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
(cherry picked from commit 08caf2d5d4a9994976e9eafaf345b5a1a4012a81)
Co-authored-by: Mark Roseman <mark@markroseman.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-08-11-18-02-06.bpo-33479.rCe4c5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-08-11-18-02-06.bpo-33479.rCe4c5.rst b/Misc/NEWS.d/next/Documentation/2021-08-11-18-02-06.bpo-33479.rCe4c5.rst new file mode 100644 index 0000000..c4a8a98 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-08-11-18-02-06.bpo-33479.rCe4c5.rst @@ -0,0 +1,2 @@ +Tkinter documentation has been greatly expanded with new "Architecture" and +"Threading model" sections. |