pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-cElementTree Note that py-cElementTree is ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0245ca6bb6eb
branches: trunk
changeset: 334729:0245ca6bb6eb
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Tue Jun 04 08:20:18 2019 +0000
description:
Note that py-cElementTree is deprecated since Python 3.3:
https://bugs.python.org/issue13988
diffstat:
textproc/py-cElementTree/DESCR | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 85c08651cb54 -r 0245ca6bb6eb textproc/py-cElementTree/DESCR
--- a/textproc/py-cElementTree/DESCR Tue Jun 04 00:23:11 2019 +0000
+++ b/textproc/py-cElementTree/DESCR Tue Jun 04 08:20:18 2019 +0000
@@ -5,3 +5,6 @@
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.
Home |
Main Index |
Thread Index |
Old Index