Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r75912:c0c26bc17d9d
Date: 2015-02-16 08:37 +0100
http://bitbucket.org/pypy/pypy/changeset/c0c26bc17d9d/
Log: Remove space.bytes_w alias
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -1484,8 +1484,6 @@
def bytes_w(self, w_obj):
return w_obj.bytes_w(self)
- bytes_w = str_w # Python2
-
def str0_w(self, w_obj):
"Like str_w, but rejects strings with NUL bytes."
from rpython.rlib import rstring
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit