[issue13450] fix ''.format_map test

2011-11-21 Thread akira
New submission from akira 4kir4...@gmail.com: It seems that some assertions in Lib/test/test_unicode.py:UnicodeTest.test_format_map do not implement their intent e.g., self.assertRaises(TypeError, '{'.format_map) self.assertRaises(TypeError, '}'.format_map)

[issue13450] fix ''.format_map test

2011-11-21 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +eric.smith, rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13450 ___ ___