Skip to content

Commit 034ded1

Browse files
committed
Fix NEWS entry
1 parent c8f71c5 commit 034ded1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
Fix :meth:`tarfile.TarFile.zstopen` to close the zstd file object when
2-
opening the tar archive fails with a :exc:`BaseException`.
1+
Fix ``tarfile.TarFile.zstopen`` to close the underlying zstd file object
2+
when opening the tar archive is interrupted by a :exc:`BaseException`
3+
subclass such as :exc:`KeyboardInterrupt`.
4+

0 commit comments

Comments
 (0)