diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-07-26 14:16:24 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-07-26 14:16:24 (GMT) |
commit | 69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f (patch) | |
tree | 96ba025fd95af511d6c251a78a647bf822ee8403 /Misc | |
parent | 0b9e7b9ea909de6377cab20568f9b52e7f0089ce (diff) | |
parent | e708a8a4aa3bda35a6720d0635a7468fb7a63b81 (diff) | |
download | cpython-69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f.zip cpython-69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f.tar.gz cpython-69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f.tar.bz2 |
Issue #15041: update "see also" list in tkinter documentation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ Core and Builtins Library ------- +- Issue #15041: update "see also" list in tkinter documentation. + - Issue #15413: os.times() had disappeared under Windows. - Issue #15402: An issue in the struct module that caused sys.getsizeof to |