diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-04 09:28:05 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-04 09:28:05 (GMT) |
commit | b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1 (patch) | |
tree | 155bdf9de9452e6c9ff84841f4f3f0d1ae9e816d /Misc | |
parent | 934abddaece303fce61e1ab3bb3c631c30f117c2 (diff) | |
download | cpython-b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1.zip cpython-b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1.tar.gz cpython-b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1.tar.bz2 |
issue #8687: provides a test suite for sched.py module
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -105,6 +105,11 @@ Tools/Demos - Issue #8867: Fix ``Tools/scripts/serve.py`` to work with files containing non-ASCII content. +Tests +----- + +- Issue #8687: provide a test suite for sched.py module. + What's New in Python 3.2 Alpha 1? ================================= |