summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2019-06-04 08:20:18 +0000
committerprlw1 <prlw1@pkgsrc.org>2019-06-04 08:20:18 +0000
commitc02256cc88388303a5459530f3379a85d30b96a1 (patch)
treed8e9819a0265ba89df58cb4550220a497394ae09
parent09c42d3c735cf884b902bf12372a20249300b427 (diff)
downloadpkgsrc-c02256cc88388303a5459530f3379a85d30b96a1.tar.gz
Note that py-cElementTree is deprecated since Python 3.3:
https://bugs.python.org/issue13988
-rw-r--r--textproc/py-cElementTree/DESCR3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-cElementTree/DESCR b/textproc/py-cElementTree/DESCR
index cc075889cbd..782d3b7df3a 100644
--- a/textproc/py-cElementTree/DESCR
+++ b/textproc/py-cElementTree/DESCR
@@ -5,3 +5,6 @@ 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.