From: Martin v. Löwis Date: Tue, 1 Jan 2008 21:09:07 +0000 (+0000) Subject: News item for r59653. X-Git-Tag: v2.6a1~789 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84b9aab82dcc279c532b83f2a876929ec6379c07;p=python News item for r59653. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0d1e5db48e..7dc0412836 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -342,6 +342,9 @@ Core and builtins Library ------- +- Tk issue #1851526: Return results from Python callbacks to Tcl as + Tcl objects. + - Issue #1642: Fix segfault in ctypes when trying to delete attributes. - Issue #1727780: Support loading pickles of random.Random objects created