[pypy-commit] pypy default: lib_pypy/binascii.py has gone

antocuni noreply at buildbot.pypy.org
Thu Mar 22 17:32:07 CET 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r53916:002ee51fa02f
Date: 2012-03-22 17:22 +0100
http://bitbucket.org/pypy/pypy/changeset/002ee51fa02f/

Log:	lib_pypy/binascii.py has gone

diff --git a/pypy/module/test_lib_pypy/test_binascii.py b/pypy/module/test_lib_pypy/test_binascii.py
deleted file mode 100644
--- a/pypy/module/test_lib_pypy/test_binascii.py
+++ /dev/null
@@ -1,8 +0,0 @@
-
-""" Some more binascii.py tests
-"""
-
-class AppTestBinAscii:
-    def test_incorrect_padding(self):
-        import binascii
-        raises(binascii.Error, "'x'.decode('base64')")


More information about the pypy-commit mailing list