Skip to content

Commit

Permalink
Update Lib/test/test_tarfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy authored Apr 21, 2024
1 parent 06dec83 commit 5ea5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_tarfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ def test_cwd(self):
tar = tarfile.open(tmpname, "r")
try:
for t in tar:
# bpo-35964: "." is now excluded from tarfiles
# gh-80145: "." is now excluded from tarfiles
self.assertNotEqual(t.name, os.curdir)
self.assertTrue(t.name.startswith("./"), t.name)
finally:
Expand Down

0 comments on commit 5ea5005

Please sign in to comment.