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 paul.j3
Recipients BreamoreBoy, bethard, docs@python, eric.araujo, jaraco, paul.j3, python-dev, terry.reedy, tshepang
Date 2014-08-24.01:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408843981.31.0.148607337202.issue13540@psf.upfronthosting.co.za>
In-reply-to
Content
You need line continuation characters '\'


.. class:: Action(option_strings, dest, nargs=None, const=None, default=None, \
                  type=None, choices=None, required=False, help=None, \
                  metavar=None)
History
Date User Action Args
2014-08-24 01:33:01paul.j3setrecipients: + paul.j3, terry.reedy, jaraco, bethard, eric.araujo, docs@python, BreamoreBoy, tshepang, python-dev
2014-08-24 01:33:01paul.j3setmessageid: <1408843981.31.0.148607337202.issue13540@psf.upfronthosting.co.za>
2014-08-24 01:33:01paul.j3linkissue13540 messages
2014-08-24 01:33:01paul.j3create