summaryrefslogtreecommitdiffstats
path: root/Lib/xml/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Include the version-detecting code to allow PyXML to override the "standard"Fred Drake2000-09-251-2/+19
| | | | xml package. Require at least PyXML 0.6.1.
* Remove the outer test for __name__; not necessary.Fred Drake2000-08-041-8/+7
|
* Add magic to replace the xml package with _xmlplus at import time.Fred Drake2000-08-011-1/+11
| | | | Update docstring to reflect change of name for the parsers subpackage.
* Typo (mine): Garsholm --> GarsholFred Drake2000-07-021-1/+1
| | | | Noted by Rob Hooft <rob@hooft.net>.
* Reference cycle fixesPaul Prescod2000-07-011-2/+2
|
* Package docstring.Fred Drake2000-06-291-0/+13