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 amcnabb, berker.peksag, docs@python, nejucomo, v+python
Date 2018-08-14.12:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534250062.98.0.56676864532.issue15258@psf.upfronthosting.co.za>
In-reply-to
Content
ArgumentParser.parse_intermixed_arg() has been added in https://github.com/python/cpython/commit/0f6b9d230674da784ca79a0cf1a03d2af5a8b6a8 (Issue 14191) and the "Upgrading optparse code" section now has the following item:

* Replace optparse.OptionParser.disable_interspersed_args()
  by using ArgumentParser.parse_intermixed_args() instead of
  ArgumentParser.parse_args().

Closing this as 'outdated'.
History
Date User Action Args
2018-08-14 12:34:23berker.peksagsetrecipients: + berker.peksag, nejucomo, amcnabb, v+python, docs@python
2018-08-14 12:34:22berker.peksagsetmessageid: <1534250062.98.0.56676864532.issue15258@psf.upfronthosting.co.za>
2018-08-14 12:34:22berker.peksaglinkissue15258 messages
2018-08-14 12:34:22berker.peksagcreate