mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
parent
6a7a49c631
commit
8b33dd8e54
21 changed files with 56 additions and 56 deletions
|
@ -773,7 +773,7 @@ class ByteArrayTest(BaseBytesTest):
|
|||
finally:
|
||||
try:
|
||||
os.remove(tfn)
|
||||
except os.error:
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
def test_reverse(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue