Author: mattip <[email protected]> Branch: Changeset: r82445:e2a7fc01c7db Date: 2016-02-23 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/e2a7fc01c7db/
Log: rename stringobject.py to bytesobject.py diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/bytesobject.py rename from pypy/module/cpyext/stringobject.py rename to pypy/module/cpyext/bytesobject.py diff --git a/pypy/module/cpyext/test/test_stringobject.py b/pypy/module/cpyext/test/test_bytesobject.py rename from pypy/module/cpyext/test/test_stringobject.py rename to pypy/module/cpyext/test/test_bytesobject.py _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
