summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-12-20-16-06-28.bpo-38971.fKRYlF.rst
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.