Skip to content

Commit b5978b1

Browse files
drewhavengvanrossum
authored andcommitted
Add tarfile.open (#324)
1 parent 43c3406 commit b5978b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/2.7/tarfile.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,5 @@ class TarFileCompat:
235235
def close(self): ...
236236

237237
def is_tarfile(name): ...
238+
239+
open = TarFile.open

0 commit comments

Comments
 (0)