]> granicus.if.org Git - python/commit
str.format_map tests don't do what they say: fix to actually implement the intent...
authorEric V. Smith <eric@trueblade.com>
Mon, 12 Mar 2012 22:26:21 +0000 (15:26 -0700)
committerEric V. Smith <eric@trueblade.com>
Mon, 12 Mar 2012 22:26:21 +0000 (15:26 -0700)
commit97722c41320bd42d381027c4c95296352bcb44fa
treee0cd063eeb69f0b5507b74484f3107378f1b47ce
parentd5c613e45fa2a7d038e64520247a798600d002ed
parent1d4798cb93aabdea7843c85d60b0e898107bae05
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. Patch by Akira Li.
Lib/test/test_unicode.py
Misc/ACKS