main icon indicating copy to clipboard operation
main copied to clipboard

ValueError: Only '.' or '[' may follow ']' in format field specifier

Open ironpythonbot opened this issue 11 years ago • 0 comments

D:\rft\vsl\dlr\Languages\IronPython\Tests>26 -c "list('a[1]a'._formatter_field_name_split()[1])"

D:\rft\vsl\dlr\Languages\IronPython\Tests>27 -c "list('a[1]a'._formatter_field_name_split()[1])"
Traceback (most recent call last):
File "", line 1, in
ValueError: Only '.' or '[' may follow ']' in format field specifier

D:\rft\vsl\dlr\Languages\IronPython\Tests>ipyd -c "list('a[1]a'._formatter_field_name_split()[1])"

D:\rft\vsl\dlr\Languages\IronPython\Tests>

Work Item Details

Original CodePlex Issue: Issue 28331 Status: Proposed Reason Closed: Unassigned Assigned to: Unassigned Reported on: Jul 31, 2010 at 12:40 AM Reported by: dfugate Updated on: Feb 22, 2013 at 2:10 AM Updated by: jdhardy Test: test_strformat.py (test_format_field_name_split)

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot