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 rhettinger
Recipients AlexWaygood, david-peled, joshinsel, rhettinger
Date 2021-12-15.21:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639602432.37.0.852498301196.issue45959@roundup.psfhosted.org>
In-reply-to
Content
More accurate to say that it aspires to print in a single line ONLY if the content fits in the specified width.  Otherwise, it prints vertically with appropriate indentation.  Indeed, that is the entire purpose of the module; otherwise, we would just use print() which always writes one line.
History
Date User Action Args
2021-12-15 21:07:12rhettingersetrecipients: + rhettinger, AlexWaygood, david-peled, joshinsel
2021-12-15 21:07:12rhettingersetmessageid: <1639602432.37.0.852498301196.issue45959@roundup.psfhosted.org>
2021-12-15 21:07:12rhettingerlinkissue45959 messages
2021-12-15 21:07:12rhettingercreate