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 eric.araujo
Recipients eric.araujo, joshtriplett, petri.lehtinen
Date 2011-08-08.15:20:58
SpamBayes Score 0.00013983535
Marked as misclassified No
Message-id <1312816859.44.0.753462152356.issue12604@psf.upfronthosting.co.za>
In-reply-to
Content
_sre is a module written in C, not Python; we call that an extension module.  The Library component is used for Python modules, which are found in the Lib directory in a checkout of CPython.  See #12711.
History
Date User Action Args
2011-08-08 15:20:59eric.araujosetrecipients: + eric.araujo, joshtriplett, petri.lehtinen
2011-08-08 15:20:59eric.araujosetmessageid: <1312816859.44.0.753462152356.issue12604@psf.upfronthosting.co.za>
2011-08-08 15:20:58eric.araujolinkissue12604 messages
2011-08-08 15:20:58eric.araujocreate