Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44a7910

Browse files
committed
I already forgot what I changed -- it wasn't important <wink>.
1 parent 63c1081 commit 44a7910

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_bz2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ def testUniversalNewlinesCRLF(self):
132132
bz2f.close()
133133

134134
def testWrite(self):
135-
#if self.skip_mystery_test:
136-
# return
137135
# "Test BZ2File.write()"
138136
bz2f = BZ2File(self.filename, "w")
139137
bz2f.write(self.TEXT)

0 commit comments

Comments
 (0)