Re: [Python-Dev] [Python-checkins] peps: Update 422 based on python-dev feedback

2012-06-07 Thread Daniel Urban
On Thu, Jun 7, 2012 at 2:08 PM, nick.coghlan python-check...@python.org wrote: -* If the metaclass hint refers to an instance of ``type``, then it is +* If the metaclass hint refers to a subclass of ``type``, then it is   considered as a candidate metaclass along with the metaclasses of all of

Re: [Python-Dev] [Python-checkins] peps: Update 422 based on python-dev feedback

2012-06-07 Thread Daniel Urban
On Thu, Jun 7, 2012 at 9:47 PM, Terry Reedy tjre...@udel.edu wrote: On 6/7/2012 11:45 AM, Daniel Urban wrote: On Thu, Jun 7, 2012 at 2:08 PM, nick.coghlanpython-check...@python.org  wrote: -* If the metaclass hint refers to an instance of ``type``, then it is +* If the metaclass hint refers

Re: [Python-Dev] [Python-checkins] peps: Update 422 based on python-dev feedback

2012-06-07 Thread Nick Coghlan
On Fri, Jun 8, 2012 at 1:45 AM, Daniel Urban urban.dani...@gmail.com wrote: On Thu, Jun 7, 2012 at 2:08 PM, nick.coghlan python-check...@python.org wrote: -* If the metaclass hint refers to an instance of ``type``, then it is +* If the metaclass hint refers to a subclass of ``type``, then it