Add regrtest -w option.

This commit is contained in:
Martin v. Löwis 2006-03-10 21:26:16 +00:00
parent f688cc574c
commit 04824ce8ed
2 changed files with 22 additions and 3 deletions

View file

@ -440,6 +440,8 @@ Extension Modules
Library
-------
- A regrtest option -w was added to re-run failed tests in verbose mode.
- Patch #1446372: quit and exit can now be called from the interactive
interpreter to exit.