]> granicus.if.org Git - zziplib/commit
test: StringIO compatibility with Python 3
authorPatrick Steinhardt <ps@pks.im>
Wed, 22 May 2019 19:21:16 +0000 (21:21 +0200)
committerPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 06:35:33 +0000 (08:35 +0200)
commit743c06010ec947ca4d1e55157a9a44733f2c3017
tree780fb5ac73b974a2ab4c26da39e119a8bd0cd642
parenta3d3dc9d51a78addc5356922ae707d15857d3661
test: StringIO compatibility with Python 3

With Python 3, StringIO has been moved from the "cStringIO" module to
the "io" module. Use a try-catch block to intercept ImportErrors and
fall back to the new module to support both Python 2 and Python 3.
test/zziptests.py