Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 2, 2020

Open issue in the BPO indicated a desire to make the implementation of
codecs.open() at parity with io.open(), which implements a try/except to
assure file stream gets closed before an exception is raised.
(cherry picked from commit 2565ede)

Co-authored-by: Chris A christopher.aporta@gmail.com

https://bugs.python.org/issue38971

…thonGH-17666)

Open issue in the BPO indicated a desire to make the implementation of
codecs.open() at parity with io.open(), which implements a try/except to
assure file stream gets closed before an exception is raised.
(cherry picked from commit 2565ede)

Co-authored-by: Chris A <christopher.aporta@gmail.com>
@miss-islington
Copy link
Contributor Author

@caporta and @serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit f4d709f into python:3.7 Mar 2, 2020
@miss-islington miss-islington deleted the backport-2565ede-3.7 branch March 2, 2020 08:02
@miss-islington
Copy link
Contributor Author

@caporta and @serhiy-storchaka: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants