mirror of https://github.com/python/cpython
I already forgot what I changed -- it wasn't important <wink>.
This commit is contained in:
parent
63c1081ae3
commit
44a7910873
|
@ -132,8 +132,6 @@ class BZ2FileTest(BaseTest):
|
|||
bz2f.close()
|
||||
|
||||
def testWrite(self):
|
||||
#if self.skip_mystery_test:
|
||||
# return
|
||||
# "Test BZ2File.write()"
|
||||
bz2f = BZ2File(self.filename, "w")
|
||||
bz2f.write(self.TEXT)
|
||||
|
|
Loading…
Reference in New Issue