Recently I tried to create a new data structure in python: Tree, by operator overloading. I want it can act as a builtin type, such as list and dict.
Luckily the basic definition has been finished now, the document is in the code and unittest. And I have put the HTML doc at: http://crablfs.sourceforge.net/tree.html The source code is in SVN: https://crablfs.svn.sourceforge.net/svnroot/crablfs/caxes/trunk/lib/ the files are tree.py and tree_ut.py. Now I want to get more advices and feedbacks, so I post this mail. Thank you.
-- http://mail.python.org/mailman/listinfo/python-list