pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-cElementTree



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Jun  4 08:20:19 UTC 2019

Modified Files:
        pkgsrc/textproc/py-cElementTree: DESCR

Log Message:
Note that py-cElementTree is deprecated since Python 3.3:
https://bugs.python.org/issue13988


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/py-cElementTree/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-cElementTree/DESCR
diff -u pkgsrc/textproc/py-cElementTree/DESCR:1.1.1.1 pkgsrc/textproc/py-cElementTree/DESCR:1.2
--- pkgsrc/textproc/py-cElementTree/DESCR:1.1.1.1       Sun Apr 11 12:41:45 2010
+++ pkgsrc/textproc/py-cElementTree/DESCR       Tue Jun  4 08:20:18 2019
@@ -5,3 +5,6 @@ memory. On modern hardware, that means t
 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