commit | 370d04d1dcca50a52d59f40aff4d11434f71df6b | [log] [tgz] |
---|---|---|
author | Xiang Zhang <angwerzx@126.com> | Tue Jan 23 22:50:50 2018 +0800 |
committer | GitHub <noreply@github.com> | Tue Jan 23 22:50:50 2018 +0800 |
tree | cd3447051877b992b3c0fe30e911d0e23c2f92e3 | |
parent | dc6b9462c00873c8404a7966b7ca210717718af5 [diff] |
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269) * bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating It should test both test.replacing and test.mutating instead of test test.replacing twice.