]> granicus.if.org Git - python/commit
issue9859: Adds a CPyMatchTest test case to compare the exposed APIs
authorGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 19:58:05 +0000 (12:58 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 19:58:05 +0000 (12:58 -0700)
commit054b065f6cae1634ac35e2e73e81e8e5c4bce2d9
tree7731c0824fa59cd5e63a30df88c216caf94c4fc9
parente334e3ff714502a25c3270bd4cb4d9a699076deb
issue9859: Adds a CPyMatchTest test case to compare the exposed APIs
of the Python io module and the C io module.  They do not currently
match so the failing test is marked with @unittest.skip.
Lib/test/test_io.py