Add tarfile.open (#324)

This commit is contained in:
Drew Haven
2016-06-30 17:36:58 -07:00
committed by Guido van Rossum
parent 43c3406770
commit b5978b18b6

View File

@@ -235,3 +235,5 @@ class TarFileCompat:
def close(self): ...
def is_tarfile(name): ...
open = TarFile.open