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 maltehelmert
Recipients docs@python, maltehelmert
Date 2010-11-04.00:28:22
SpamBayes Score 0.009552866
Marked as misclassified No
Message-id <1288830503.92.0.649702536247.issue10304@psf.upfronthosting.co.za>
In-reply-to
Content
From Section 3.1.2 of the tutorial:

  print("""
  Usage: thingy [OPTIONS]
       -h                        Display this usage message
       -H hostname               Hostname to connect to
  """)

  produces the following output:

  _____________________________________________________________
  Usage: thingy [OPTIONS]
       -h                        Display this usage message
       -H hostname               Hostname to connect to
  _____________________________________________________________


That doesn't quite match the behaviour: there should be an extra blank line prepended to the output.
History
Date User Action Args
2010-11-04 00:28:23maltehelmertsetrecipients: + maltehelmert, docs@python
2010-11-04 00:28:23maltehelmertsetmessageid: <1288830503.92.0.649702536247.issue10304@psf.upfronthosting.co.za>
2010-11-04 00:28:22maltehelmertlinkissue10304 messages
2010-11-04 00:28:22maltehelmertcreate