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 berker.peksag
Recipients Michael.Smith, berker.peksag
Date 2015-05-03.18:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430676666.59.0.329450989066.issue24113@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.

> Users should either be permitted to set debug on via an optional __init__ parameter,

This is already possible via the debug attribute (https://docs.python.org/3/library/shlex.html#shlex.shlex.debug), so I don't think adding a debug parameter to __init__ is necessary.

> or debug should be taken out of the initializer altogether.

+1. We can just remove the unreachable code.
History
Date User Action Args
2015-05-03 18:11:06berker.peksagsetrecipients: + berker.peksag, Michael.Smith
2015-05-03 18:11:06berker.peksagsetmessageid: <1430676666.59.0.329450989066.issue24113@psf.upfronthosting.co.za>
2015-05-03 18:11:06berker.peksaglinkissue24113 messages
2015-05-03 18:11:06berker.peksagcreate