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 georg.brandl
Recipients eric.smith, georg.brandl
Date 2010-07-29.15:21:35
SpamBayes Score 0.039035685
Marked as misclassified No
Message-id <1280416899.1.0.0890176421306.issue9418@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, the string type has two single-underscore methods, _formatter_parser and _formatter_field_name_split, that expose details of the new string formatting implementation to Python, so that it can be used by the string.Formatter class.

This patch removes these methods and puts them into their own "_string" module.
History
Date User Action Args
2010-07-29 15:21:39georg.brandlsetrecipients: + georg.brandl, eric.smith
2010-07-29 15:21:39georg.brandlsetmessageid: <1280416899.1.0.0890176421306.issue9418@psf.upfronthosting.co.za>
2010-07-29 15:21:37georg.brandllinkissue9418 messages
2010-07-29 15:21:37georg.brandlcreate