> Do you guys have any thoughts on the merits of adding dumpXML and > loadXML methods to the pickle module? That doesn't belong in the pickle module. An XML format to store Python-specific data structures doesn't make sense. Storing data in XML makes total sense, but should probably be guided by some XML standard and not by the set of data types that happen to be available in Python. Put it in the xml module. Note that xmlrpclib.py already has a way to do this, for the data types supported by XMLRPC. --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4