From: Michael <mi...@st...> - 2001-07-15 18:53:47
|
Steffen Ries wrote: > > David's CIDict patches > are not included, so I disabled CIDict to get it running with > python2.1. BTW: Shouldn't we drop the CIDict thingy completely? It can be easily implemented in Python by deriving from UserDict.UserDict. IMHO we should leave that up to the Python part for avoiding code bloat at the C wrapper level. Also CIDict is not capable of handling more of the upcoming aliases problems with attribute type names. Therefore it's almost useless anyway. Ciao, Michael. |