changeset: 78242:657673a37dd3 user: Andrew Svetlov date: Sun Jul 22 13:56:54 2012 +0300 files: Misc/NEWS Modules/_tkinter.c description: #15094: fix incorrectly placed #endif in _tkinter.c. Patch by Serhiy Storchaka. diff -r c286d50ecd19 -r 657673a37dd3 Misc/NEWS --- a/Misc/NEWS Sun Jul 22 02:56:36 2012 -0700 +++ b/Misc/NEWS Sun Jul 22 13:56:54 2012 +0300 @@ -52,6 +52,9 @@ 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. diff -r c286d50ecd19 -r 657673a37dd3 Modules/_tkinter.c --- a/Modules/_tkinter.c Sun Jul 22 02:56:36 2012 -0700 +++ b/Modules/_tkinter.c Sun Jul 22 13:56:54 2012 +0300 @@ -996,8 +996,8 @@ ch); ckfree(FREECAST outbuf); return NULL; + } #endif - } outbuf[i] = ch; } result = Tcl_NewUnicodeObj(outbuf, size);

AltStyle によって変換されたページ (->オリジナル) /