This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients python-dev, serhiy.storchaka, vstinner
Date 2013-11-06.23:02:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dFNZB4Hfkz7Ljr@mail.python.org>
In-reply-to
Content
New changeset 40c73ccaee95 by Victor Stinner in branch 'default':
Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string
http://hg.python.org/cpython/rev/40c73ccaee95

New changeset 7177363d8c5c by Victor Stinner in branch 'default':
Issue #19512: fileio_init() reuses PyId_name identifier instead of "name"
http://hg.python.org/cpython/rev/7177363d8c5c

New changeset dbee50619259 by Victor Stinner in branch 'default':
Issue #19512: _count_elements() of _collections reuses PyId_get identifier
http://hg.python.org/cpython/rev/dbee50619259

New changeset 6a1ce1fd1fc0 by Victor Stinner in branch 'default':
Issue #19512: builtin print() function uses an identifier instead of literal
http://hg.python.org/cpython/rev/6a1ce1fd1fc0
History
Date User Action Args
2013-11-06 23:02:59python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka
2013-11-06 23:02:59python-devlinkissue19512 messages
2013-11-06 23:02:59python-devcreate