3.2 can't extract tarfile produced by 2.7

Xavier Combelle xavier.combelle at gmail.com
Wed Dec 26 11:10:46 EST 2012


You probably want to write

of = open("DUMP.tbz", "wb")

and

gf =open("DUMP.tbz", "rb")



More information about the Python-list mailing list