ValueError: Only '.' or '[' may follow ']' in format field specifier
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 "
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)