[New-bugs-announce] [issue9418] Move _formatter_* methods from string type into _string module

Georg Brandl report at bugs.python.org
Thu Jul 29 17:21:39 CEST 2010


New submission from Georg Brandl <georg at python.org>:

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.

----------
assignee: eric.smith
components: Extension Modules, Library (Lib)
files: add_string_module.diff
keywords: patch
messages: 111948
nosy: eric.smith, georg.brandl
priority: normal
severity: normal
stage: patch review
status: open
title: Move _formatter_* methods from string type into _string module
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file18253/add_string_module.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9418>
_______________________________________


More information about the New-bugs-announce mailing list