Mark Dickinson <[email protected]> added the comment: > If you want to expand it to handle other data types, I'm ok with it > but I predict troubles for you.
Yes, I suspected as much. I don't know much Tcl, but I'm definitely prepared to believe you on this point. :) I'd be fine with this patch if there's some documentation somewhere that points out that the bool() might give unexpected results (for Python users) for zeros, empty lists, etc. I assume that Tcl_GetCharLength works for any object, regardless of its internal representation? Can you update the patch for py3k, and add docs and tests? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4345> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
