This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2002-02-17.00:36:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:11:07adminlinkissue518625 messages
2007-08-23 15:11:07admincreate