Author: Armin Rigo <ar...@tunes.org>
Branch: py3k
Changeset: r87302:1fec3502fdc3
Date: 2016-09-22 08:30 +0200
http://bitbucket.org/pypy/pypy/changeset/1fec3502fdc3/

Log:    Duplicate

diff --git a/pypy/objspace/std/bytearrayobject.py 
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/bytearrayobject.py
+++ b/pypy/objspace/std/bytearrayobject.py
@@ -20,7 +20,6 @@
 from pypy.objspace.std.bytesobject import W_BytesObject
 from pypy.objspace.std.util import get_positive_index
 
-NON_HEX_MSG = "non-hexadecimal number found in fromhex() arg at position %d"
 
 
 class W_BytearrayObject(W_Root):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to