diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-04 04:43:37 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-04 04:43:37 (GMT) |
commit | e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa (patch) | |
tree | 36d5c7847deeb25d10b2f5efbec22effde3df806 /Misc | |
parent | 84368127edf1a166c5940332f79265891960aab7 (diff) | |
download | cpython-e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa.zip cpython-e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa.tar.gz cpython-e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa.tar.bz2 |
Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.
This makes it possible to pass more than 4 tests by name through
Tools\buildbot\test.bat
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -56,6 +56,12 @@ Documentation - Issue #22812: Fix unittest discovery examples. Patch from Pam McA'Nulty. +Tests +----- + +- PCbuild\rt.bat now accepts an unlimited number of arguments to pass along + to regrtest.py. Previously there was a limit of 9. + What's New in Python 3.5.0 release candidate 3? =============================================== |