Kaydet (Commit) 206b9a77 authored tarafından Guido van Rossum's avatar Guido van Rossum

MyComplex now works.

üst 4eadfa2b
......@@ -884,7 +884,7 @@ class MyDict(dict):
sample = {"a": 1, "b": 2}
myclasses = [MyInt, MyLong, MyFloat,
# MyComplex, # XXX complex somehow doesn't work here :-(
MyComplex,
MyStr, MyUnicode,
MyTuple, MyList, MyDict]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment