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 chris.jerdonek
Recipients asvetlov, chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl
Date 2012-09-02.13:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346593639.85.0.102526433053.issue15831@psf.upfronthosting.co.za>
In-reply-to
Content
Here are a couple functions that may need a fix different from multiple signatures:

print([object, ...], *, sep=' ', end='\n', file=sys.stdout, flush=False)

http://docs.python.org/dev/library/functions.html#print

class argparse.ArgumentParser([description][, epilog][, prog][, usage][, add_help][, argument_default][, parents][, prefix_chars][, conflict_handler][, formatter_class])

http://docs.python.org/dev/library/argparse.html#argparse.ArgumentParser
History
Date User Action Args
2012-09-02 13:47:19chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, ezio.melotti, eric.araujo, asvetlov, docs@python
2012-09-02 13:47:19chris.jerdoneksetmessageid: <1346593639.85.0.102526433053.issue15831@psf.upfronthosting.co.za>
2012-09-02 13:47:19chris.jerdoneklinkissue15831 messages
2012-09-02 13:47:19chris.jerdonekcreate