* Use tcl stubs for forwards compatibility of tcl versions
* C extensions should work properly
* None, True and False are converted to sane tcl values
* Allow null bytes returned in python strings
* Define unicode behaviour
* Python sequences are converted to tcl lists
* Python mapping objects are converted to tcl dicts
* Python number objects are now supported explicitly