barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
MIT License
694 stars 101 forks source link

spellchecker.py:422: DeprecationWarning #70

Closed pctjsm closed 4 years ago

pctjsm commented 4 years ago

Hi, I´m getting this warning: ....spellchecker.py:422: DeprecationWarning: 'encoding' is ignored and deprecated. It will be removed in Python 3.9

Are you planning an update?

Thank you in advance.

barrust commented 4 years ago

Thank you for letting me know about this future deprecation warning. After doing some research it seems that it has been an ignored keyword for awhile. I will work on removing it from the next version of pyspellchecker.