[issue31467] cElementTree behaves differently compared to ElementTree

2017-09-14 Thread Ravikumar
New submission from Ravikumar: I have started learning python and I see below snippet fails. I do not understand how to fix the issue and assume this might be a bug in multiprocessing library. I use Python 2.7.12 My python snippet import xml.etree.ElementTree as ET# WORKS import

[issue31467] cElementTree behaves differently compared to ElementTree

2017-09-14 Thread Ravikumar
Ravikumar added the comment: Thanks for the quick update. It helped us to understand the issue. We will check of how to proceed further in our implementation. / Ravi -- stage: -> resolved status: open -> closed ___ Python tracker

[issue31467] cElementTree behaves differently compared to ElementTree

2017-09-14 Thread Ravikumar
Ravikumar added the comment: Just now I have figured out that , in the documentation it was mentioned that cElementTree module is deprecated in Python 3.3 version. "The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data. Changed in ve

[issue31467] cElementTree behaves differently compared to ElementTree

2017-09-14 Thread Ravikumar
Changes by Ravikumar : -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue31467> ___ ___ Python-bugs-list mailing list Unsubscrib