Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r70138:5f6d9d6505b2
Date: 2014-03-20 16:01 -0700
http://bitbucket.org/pypy/pypy/changeset/5f6d9d6505b2/
Log: add a TODO comment
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobject.py
+++ b/pypy/objspace/std/typeobject.py
@@ -781,6 +781,8 @@
return space.newlist(w_type.get_subclasses())
def descr___prepare__(space, __args__):
+ # XXX: space.newdict(strdict=True)? (XXX: which should be
+ # UnicodeDictStrategy but is currently BytesDictStrategy)
return space.newdict()
# ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit