Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
94d5a717
Commit
94d5a717
authored
Jan 14, 2012
by
Meador Inge
Browse files
Options
Browse Files
Download
Plain Diff
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
parents
50590f11
b0ae0ac6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Lib/test/regrtest.py
Lib/test/regrtest.py
+1
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/regrtest.py
View file @
94d5a717
...
...
@@ -301,7 +301,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'hvqxsoS:rf:lu:t:TD:NLR:FdwWM:nj:Gm:'
,
[
'help'
,
'verbose'
,
'verbose2'
,
'verbose3'
,
'quiet'
,
'exclude'
,
'single'
,
'slow'
,
'random'
,
'fromfile'
,
'findleaks'
,
'use='
,
'threshold='
,
'
trace'
,
'
coverdir='
,
'nocoverdir'
,
'use='
,
'threshold='
,
'coverdir='
,
'nocoverdir'
,
'runleaks'
,
'huntrleaks='
,
'memlimit='
,
'randseed='
,
'multiprocess='
,
'coverage'
,
'slaveargs='
,
'forever'
,
'debug'
,
'start='
,
'nowindows'
,
'header'
,
'testdir='
,
'timeout='
,
'wait'
,
...
...
Misc/NEWS
View file @
94d5a717
...
...
@@ -1848,6 +1848,8 @@ Extension Modules
Tests
-----
- Issue #13786: Remove unimplemented '
trace
' long option from regrtest.py.
- Issue #13725: Fix regrtest to recognize the documented -d flag.
Patch by Erno Tukia.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment