sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.08k stars 1.13k forks source link

cElementTree has been deprecated in favour of ElementTree in Python 3 #339

Closed tirkarthi closed 6 months ago

tirkarthi commented 4 years ago

https://github.com/sloria/TextBlob/blob/f3affab64f96a8d5f8b42b645ef160f8ef98bb06/textblob/_text.py#L14

Ref : https://github.com/python/cpython/pull/19108

The PR was reverted but the change will be introduced again in future version.