[issue13450] fix ''.format_map test

2011-11-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +eric.smith, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[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) self.asser