diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-07-22 10:56:54 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-07-22 10:56:54 (GMT) |
commit | 80823d7ed75fef43b47a1f9312224bd93b1628ae (patch) | |
tree | b0441243744b7cae392f3191895c4783bc27ba96 /Misc | |
parent | c7a5a76b1ebaeb07617f17fd1952c871e7c9e3b4 (diff) | |
download | cpython-80823d7ed75fef43b47a1f9312224bd93b1628ae.zip cpython-80823d7ed75fef43b47a1f9312224bd93b1628ae.tar.gz cpython-80823d7ed75fef43b47a1f9312224bd93b1628ae.tar.bz2 |
#15094: fix incorrectly placed #endif in _tkinter.c.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ Core and Builtins Library ------- +- Issue #15094: Incorrectly placed #endif in _tkinter.c. + Patch by Serhiy Storchaka. + - Issue #13922: argparse no longer incorrectly strips '--'s that appear after the first one. |