On Fri, May 24, 2013 at 9:41 PM, Nick Coghlan <ncogh...@gmail.com> wrote:
> Furthermore, the proposed registration syntax in the PEP is identical
> to the syntax which already exists for ABC registration as a class
> decorator (http://docs.python.org/3/library/abc#abc.ABCMeta.register).

Sorry, I withdraw that observation - it's wrong. ABC registration
obviously doesn't need to provide arguments to the decorator at all,
since the only necessary info is the ABC itself, and that's providing
through the method binding.

Cheers,
Nick.

--
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to