]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #21773: Fix TestStdLib.test_pydoc() of test_enum. Patch
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 20:51:36 +0000 (22:51 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 20:51:36 +0000 (22:51 +0200)
commit0f69e76204ca38a352c34a8edb7eb5e433c50cc2
treeebe44e647e289286a6e1c38e12297102a5e5546d
parent9d91d0325c9b40beb83617498795cb1b515a5fb4
parent4b0432d1908424a9c6d471f0f31e9c9e3d5d97af
(Merge 3.4) Issue #21773: Fix TestStdLib.test_pydoc() of test_enum. Patch
written by Claudiu Popa.

The print_diffs() function was not defined, using the assertEqual() is more
reliable.