Replace depecated codecs.open() with open()#2846
Conversation
codec.open has been deprecated since python 3.14, open superseded it https://docs.python.org/3/library/codecs.html#codecs.open
|
I have read the CLA Document and I hereby sign the CLA 2 out of 3 committers have signed the CLA. |
|
@matren33 please check linting issues and add changelog entry |
- Remove unused import codecs - Remove open mode in function open()
|
I have read the CLA Document and I hereby sign the CLA |
|
For the committer |
codec.open has been deprecated since python 3.14, open superseded it
https://docs.python.org/3/library/codecs.html#codecs.open
Change in all files, codecs.open with open function, because codecs.open has been deprecated since python 3.14.