]> granicus.if.org Git - python/commit
Issue #23914: Fix test_xpickle with python 2.4 and 2.5
authorZachary Ware <zachary.ware@gmail.com>
Fri, 27 Nov 2015 07:21:51 +0000 (01:21 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 27 Nov 2015 07:21:51 +0000 (01:21 -0600)
commit916c7c7ae1e7805e05fe719bbe0c6b14ce7e142b
tree3e9957dd8f672e8c2de5ca6e18124db894880069
parent9baa56883ab5fc034e37549d4411c7f0f889989b
Issue #23914: Fix test_xpickle with python 2.4 and 2.5

Remove 'b' prefix from strings, remove unused import.
Lib/test/pickletester.py