After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601194 - snippets plugin: use system etree module rather than an ElementTree copy
snippets plugin: use system etree module rather than an ElementTree copy
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-08 21:00 UTC by Emilio Pozuelo Monfort
Modified: 2019-03-23 20:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the system ElementTree.py module from Python 2.5 (93.00 KB, patch)
2009-11-11 21:23 UTC, Emilio Pozuelo Monfort
none Details | Review

Description Emilio Pozuelo Monfort 2009-11-08 21:00:34 UTC
Since Python 2.5, an etree module found in the xml package is shipped by default. The snippets plugin ships a copy of ElementTree, it should use the Python module instead. Now that Python 2.5 is a minimum dependency it shouldn't be a problem to bump it.
Comment 1 Emilio Pozuelo Monfort 2009-11-11 21:23:36 UTC
Created attachment 147504 [details] [review]
Use the system ElementTree.py module from Python 2.5
Comment 2 jessevdk@gmail.com 2009-11-14 17:25:59 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.