Armin Rigo <[email protected]> added the comment:

Reopening: nltk seems to have still remaining cases of subclassing 'basestring',
according to
http://code.google.com/p/nltk/source/browse/trunk/nltk/nltk/sourcedstring.py#282

Should we just patch it in PyPy?  We should make sure we have a test doing the
same, which is:

class S(basestring):
  def __new__(cls):
    return "foo"

----------
status: wontfix -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue846>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to