[Python-Dev] Have been sick, am behind on mail, let me know if there's anything urgent for me

Nick Coghlan ncoghlan at gmail.com
Wed Jun 11 11:40:57 CEST 2008


Guido van Rossum wrote:
> All,
> 
> I've been sick since Saturday and still don't feel up to much. I've
> collected a severe email backlog going back to June 6th. If there's
> anything someone really needs me to look at ASAP (e.g. a BDFL decision
> affecting the impending beta release) please send me an email (a
> followup to this thread is fine) and I'll try to look at it soon.
> 

As it involves adding a new standard library module, my proposal [1] to 
add a typetools.ProxyMixin class to 2.6/3.0 to make it practical to 
write type-agnostic interface adapter classes as new-style classes needs 
a pronouncement from yourself or Barry as to whether or not it can go in.

I think it's an important tool to add since 3.0 no longer has classic 
classes around to handle the task, and I'm suggesting a new module for 
it because none of the existing standard library modules seemed like a 
good fit for the functionality.

Cheers,
Nick.

[1] http://bugs.python.org/issue643841

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-Dev mailing list