Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Discussion:https://discuss.python.org/t/deprecating-codecs-open/88135/
codecs.open()
is used a lot because it was recommended in Python 2.
Butopen()
(orio.open()
) is recommended since Python 3.
It is a time to deprecatecodecs.open()
.
Since it is still widely used, we won't schedule its removal.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done