]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:16:22 +0000 (15:16 -0700)
committerEric V. Smith <eric@trueblade.com>
Mon, 12 Mar 2012 22:16:22 +0000 (15:16 -0700)
commitedbb6ca084b4446dcf6c78c942e875a3b16a4397
treeebbfc79afc9843b33c56cf1c42db95a28fd420b9
parenta7fccd8b14885a76525e11baa1f9db7792d9a26c
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450.
Lib/test/test_unicode.py
Misc/ACKS