[issue10848] Move test.regrtest from getopt to argparse

Sandro Tosi report at bugs.python.org
Thu Jan 27 00:13:38 CET 2011


Sandro Tosi <sandro.tosi at gmail.com> added the comment:

shouldn't we use the same method also for --coverdir (that currently faild the "least surprise" test when specifying a relative path) replacing

coverdir = os.path.join(os.getcwd(), a)

with

coverdir = os.path.join(support.SAVEDCWD, a)

?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10848>
_______________________________________


More information about the Python-bugs-list mailing list