Home
last modified time | relevance | path

Searched refs:_parse_format_specifier (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py3660 spec = _parse_format_specifier(specifier, _localeconv=_localeconv)
5976 def _parse_format_specifier(format_spec, _localeconv=None): function
/external/python/cpython3/Lib/
D_pydecimal.py3766 spec = _parse_format_specifier(specifier, _localeconv=_localeconv)
6173 def _parse_format_specifier(format_spec, _localeconv=None): function
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst2106 Fix bug in Decimal._parse_format_specifier for formats with no type
/external/python/cpython3/Misc/
DHISTORY14052 - Issue #6850: Fix bug in Decimal._parse_format_specifier for formats with no