blob: 9676d72b44abc9b72aabcd07f673d9c0e82fb673 (
plain)
1
2
3
|
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.
|