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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 22 Nov 2002 04:10:37 -0800


Patches item #518625, was opened at 2002-02-16 19:36
You can respond by visiting: 
https://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.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-11-22 07:10

Message:
Logged In: YES 
user_id=6380

Looks OK in theory.

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

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