From 1a9c9f9d94fcd47694cf1ebcfee231a1afe2c8e0 Mon Sep 17 00:00:00 2001 From: prlw1 Date: Tue, 4 Jun 2019 09:18:28 +0000 Subject: [PATCH] Revert previous: package still necessary to provide the fast implementation for ElementTree to find. Pointed out by adam@ --- textproc/py-cElementTree/DESCR | 3 --- 1 file changed, 3 deletions(-) diff --git a/textproc/py-cElementTree/DESCR b/textproc/py-cElementTree/DESCR index 782d3b7df3a5..cc075889cbd4 100644 --- a/textproc/py-cElementTree/DESCR +++ b/textproc/py-cElementTree/DESCR @@ -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.