Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r69051:f2754640183a
Date: 2014-01-31 11:04 -0800
http://bitbucket.org/pypy/pypy/changeset/f2754640183a/

Log:    rekill str_w which snuck back in during a merge

diff --git a/pypy/objspace/std/unicodeobject.py 
b/pypy/objspace/std/unicodeobject.py
--- a/pypy/objspace/std/unicodeobject.py
+++ b/pypy/objspace/std/unicodeobject.py
@@ -57,9 +57,6 @@
             return None
         return space.wrap(compute_unique_id(space.unicode_w(self)))
 
-    def str_w(self, space):
-        return space.str_w(space.str(self))
-
     def unicode_w(self, space):
         return self._value
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to