> > Let's do override descriptors. > > A Pronouncement!!! > > > And please, someone fix copy.py in 2.3 and 2.4. > > Sure -- what way, though? The way I proposed in my last post about it? This would do it, right? (From your first post in this conversation according to gmail:) > Armin's fix was to change: > > conform = getattr(type(obj), '__conform__', None) > > into: > > for basecls in type(obj).__mro__: > if '__conform__' in basecls.__dict__: > conform = basecls.__dict__['__conform__'] > break > else: > # not found -- --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4