festivecasual / sigma-mud

Experimental MUD server in Python
0 stars 0 forks source link

Convert Entire XML Implementation to xml.etree #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Python 2.5 and later provides:
http://docs.python.org/library/xml.etree.elementtree.html

We should use it: this will help the Designer and also will just be a smart 
refactor, since the XML parsing code is definitely not the neatest part of 
the codebase.

Original issue reported on code.google.com by bmcca...@gmail.com on 25 Mar 2009 at 6:25

GoogleCodeExporter commented 9 years ago
Completed.

Original comment by bmcca...@gmail.com on 8 Jan 2010 at 9:12