]> granicus.if.org Git - python/commit
Prefer assertEqual to simply assert per recommendation in issue6727.
authorJason R. Coombs <jaraco@jaraco.com>
Wed, 20 Jun 2012 14:24:24 +0000 (10:24 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Wed, 20 Jun 2012 14:24:24 +0000 (10:24 -0400)
commit42c9b04278205ce0a7d3a91a552d60d7d1eb6d86
treede34c7d8e1f974bb018ce1498ab61bea7fbe139b
parentd8623e8e66f01605462a67f0a143691c3eb6ba72
Prefer assertEqual to simply assert per recommendation in issue6727.
Clarified comment on disabled code to reference issue15093.
Lib/test/test_import.py