This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sandro.tosi
Recipients brett.cannon, eric.araujo, r.david.murray, rhettinger, sandro.tosi
Date 2011-01-26.23:13:37
SpamBayes Score 0.0044886605
Marked as misclassified No
Message-id <1296083618.25.0.910525651391.issue10848@psf.upfronthosting.co.za>
In-reply-to
Content
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)

?
History
Date User Action Args
2011-01-26 23:13:38sandro.tosisetrecipients: + sandro.tosi, brett.cannon, rhettinger, eric.araujo, r.david.murray
2011-01-26 23:13:38sandro.tosisetmessageid: <1296083618.25.0.910525651391.issue10848@psf.upfronthosting.co.za>
2011-01-26 23:13:37sandro.tosilinkissue10848 messages
2011-01-26 23:13:37sandro.tosicreate