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 eli.bendersky
Recipients asvetlov, chris.jerdonek, eli.bendersky, kushal.das, serhiy.storchaka, tshepang
Date 2013-08-12.20:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAF-Rda88q+hy8n=nUMP_vMCsAFwvDFOiHYALVpbpYqdnnff4Nw@mail.gmail.com>
In-reply-to <1376336478.05.0.394143996938.issue16799@psf.upfronthosting.co.za>
Content
On Mon, Aug 12, 2013 at 12:41 PM, Serhiy Storchaka
<report@bugs.python.org>wrote:

>
> Serhiy Storchaka added the comment:
>
> Here is a preliminary patch which get rids of
> _convert_namespace_to_getopt() and directly uses a Namespace object.
> Unfortunately it breaks tests because test_regrtest depends on
> implementation details of the regrtest module and uses
> _convert_namespace_to_getopt(). If the proposed patch is good enough I will
> try to write suitable tests.
>

If test_regrtest is the only test broken by this, it doesn't like a major
problem.
History
Date User Action Args
2013-08-12 20:33:34eli.benderskysetrecipients: + eli.bendersky, asvetlov, chris.jerdonek, tshepang, serhiy.storchaka, kushal.das
2013-08-12 20:33:34eli.benderskylinkissue16799 messages
2013-08-12 20:33:34eli.benderskycreate