diff options
author | Nikhil <12703092+patel-nikhil@users.noreply.github.com> | 2019-09-10 08:55:34 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2019-09-10 08:55:34 (GMT) |
commit | 80428ed4e19b31071433806b4d89465c88e084c6 (patch) | |
tree | 048a14ba9005d567c2a2e73f1003a056cf9642ec /Misc | |
parent | 0711642eec58d00f31031279df799fbddaf6f2c1 (diff) | |
download | cpython-80428ed4e19b31071433806b4d89465c88e084c6.zip cpython-80428ed4e19b31071433806b4d89465c88e084c6.tar.gz cpython-80428ed4e19b31071433806b4d89465c88e084c6.tar.bz2 |
bpo-25237: Documentation for tkinter modules (GH-1870)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-06-02-12-55-23.bpo-25237.m8-JMu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-06-02-12-55-23.bpo-25237.m8-JMu.rst b/Misc/NEWS.d/next/Documentation/2018-06-02-12-55-23.bpo-25237.m8-JMu.rst new file mode 100644 index 0000000..5778f37 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-06-02-12-55-23.bpo-25237.m8-JMu.rst @@ -0,0 +1 @@ +Add documentation for tkinter modules |