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 alexis, barry, dmalcolm, eric.araujo, georg.brandl, jramnani, ned.deily, python-dev, scoder, tarek
Date 2011-10-09.06:59:49
SpamBayes Score 0.00010941271
Marked as misclassified No
Message-id <E1RCnMQ-0001rR-25@dinsdale.python.org>
In-reply-to
Content
New changeset 27a36b05caed by Éric Araujo in branch '3.2':
Fix distutils byte-compilation to comply with PEP 3147 (#11254).
http://hg.python.org/cpython/rev/27a36b05caed

New changeset 651e84363001 by Éric Araujo in branch '3.2':
Fix docstring of distutils.util.byte_compile (followup for #11254)
http://hg.python.org/cpython/rev/651e84363001

New changeset 439f47fadffa by Éric Araujo in branch 'default':
Fix packaging byte-compilation to comply with PEP 3147 (#11254).
http://hg.python.org/cpython/rev/439f47fadffa
History
Date User Action Args
2011-10-09 06:59:50python-devsetrecipients: + python-dev, barry, georg.brandl, scoder, tarek, ned.deily, eric.araujo, dmalcolm, alexis, jramnani
2011-10-09 06:59:49python-devlinkissue11254 messages
2011-10-09 06:59:49python-devcreate