diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-03-13 20:33:10 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-03-13 20:33:10 (GMT) |
commit | b8d37359cd054bd80465bd5be01a119c609664ae (patch) | |
tree | c60b0ec66c53ef53eed8766c907687f448867fc1 /Misc/NEWS | |
parent | 66865d2ebd5a877523dbc87be2d86aafb3cdc59a (diff) | |
download | cpython-b8d37359cd054bd80465bd5be01a119c609664ae.zip cpython-b8d37359cd054bd80465bd5be01a119c609664ae.tar.gz cpython-b8d37359cd054bd80465bd5be01a119c609664ae.tar.bz2 |
Move test_tokenize to doctest.
Done as GHOP 238 by Josip Dzolonga.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ Library Tests ----- +- GHOP 238: Convert test_tokenize to use doctest. + - GHOP 237: Rewrite test_thread using unittest. - Patch #2232: os.tmpfile might fail on Windows if the user has no |