[Patches] [ python-Patches-518625 ] Return objects in Tkinter

noreply@sourceforge.net noreply@sourceforge.net
Sat, 16 Feb 2002 16:36:20 -0800


Patches item #518625, was opened at 2002-02-16 16:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=518625&group_id=5470

Category: Tkinter
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Return objects in Tkinter

Initial Comment:
This patch uses the Tcl object API to convert return
values to Python objects. For boolean, bytearray,
double, int, list, and string objects, the equivalent
Python objects are constructed (Unicode for Tcl
string). For untyped objects, strings are returned. For
all other objects, a Python wrapper object is returned
which supports a tp_str conversion.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=518625&group_id=5470