MyComplex now works.

This commit is contained in:
Guido van Rossum 2003-03-02 13:53:18 +00:00
parent 4eadfa2b2e
commit 206b9a779a
1 changed files with 1 additions and 1 deletions

View File

@ -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]