$Id: TODO 266971 2008-10-04 23:35:03Z jon $

Legacy Items from Version 0.7.0
===============================
- use PyImport_ImportModuleEx() to set globals and locals
- investigate standard common functions for all imported Python objects
- allow modules to be manipulated as objects from PHP
- allow passing associative arrays for keyword arguments
- preload modules from php.ini
- true conversion of PHP objects
- investigate ability to extend Python objects using PHP objects
- safe_mode checks where applicable
- display the traceback upon an exception (optionally?)
- check for attribute existence in python_attribute_handler()
- var_dump($python_object) should list attributes (and methods)
- py_import() should accept arrays and support 'from foo import bar'
