Author: Antonio Cuni <[email protected]>
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')")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit