Revert previous: package still necessary to provide the fast implementation
for ElementTree to find. Pointed out by adam@
This commit is contained in:
parent
f1353b723d
commit
1a9c9f9d94
1 changed files with 0 additions and 3 deletions
|
@ -5,6 +5,3 @@ memory. On modern hardware, that means that documents in the 50-100 megabyte
|
|||
range can be manipulated in memory, and that documents in the 0-1 megabyte range
|
||||
load in zero time (0.0 seconds). This allows you to drastically simplify many
|
||||
kinds of XML applications.
|
||||
|
||||
Deprecated since Python 3.3 as xml.etree.ElementTree will automatically
|
||||
use a fast implementation whenever available.
|
||||
|
|
Loading…
Reference in a new issue