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 serhiy.storchaka
Recipients barry, berker.peksag, ezio.melotti, michael.foord, pitrou, serhiy.storchaka
Date 2013-08-09.10:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376042422.14.0.401889896806.issue17974@psf.upfronthosting.co.za>
In-reply-to
Content
> Does it maintain the ability to pass the discovery arguments positionally and by keyword?

Yes, of course. Only such command line are not supported more:

    ./python Lib/test/test_colorsys.py discover -v Lib/test/test_json/

or

    ./python -m test.test_colorsys discover -v Lib/test/test_json/

But this looks as an unintentional and senseless ability.
History
Date User Action Args
2013-08-09 10:00:22serhiy.storchakasetrecipients: + serhiy.storchaka, barry, pitrou, ezio.melotti, michael.foord, berker.peksag
2013-08-09 10:00:22serhiy.storchakasetmessageid: <1376042422.14.0.401889896806.issue17974@psf.upfronthosting.co.za>
2013-08-09 10:00:22serhiy.storchakalinkissue17974 messages
2013-08-09 10:00:22serhiy.storchakacreate