[Python-Dev] PEP needed? Introducing Tcl objects
Fredrik Lundh
fredrik@pythonware.com
Fri, 15 Feb 2002 16:15:10 +0100
martin wrote:
> For backward compatibility, there is an option on the tkapp object to
> determine whether strings or objects are returned. This is on by
> default when using Tkinter
"on" as in "return strings" or "return objects" ?
I doubt it's a good idea to change the return type without any
warning.
> Do I need to write a PEP for this change, should I post a patch to SF,
> or should I just apply the change to the CVS?
if the default is "use old behaviour", check it in.
if you insist on changing the return types, post it to SF.
</F>