Show More
@@ -256,10 +256,6 def parseargs(): | |||
|
256 | 256 | sys.stderr.write( |
|
257 | 257 | 'warning: --timeout option ignored with --debug\n') |
|
258 | 258 | options.timeout = 0 |
|
259 | if options.time: | |
|
260 | sys.stderr.write( | |
|
261 | 'warning: --time option ignored with --debug\n') | |
|
262 | options.time = False | |
|
263 | 259 | if options.py3k_warnings: |
|
264 | 260 | if sys.version_info[:2] < (2, 6) or sys.version_info[:2] >= (3, 0): |
|
265 | 261 | parser.error('--py3k-warnings can only be used on Python 2.6+') |
General Comments 0
You need to be logged in to leave comments.
Login now