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 terry.reedy
Recipients taleinat, terry.reedy
Date 2019-08-05.17:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
A4: Autosqueeze long lines output in chunks.  tensorflow.keras appears to do this.  See #37762.  Easy reproducer:

for i in range(10000):
    print('%6s--------------------------------------------' % i, end='')
History
Date User Action Args
2019-08-05 17:11:53terry.reedysetrecipients: + terry.reedy, taleinat
2019-08-05 17:11:53terry.reedysetmessageid: <[email protected]>
2019-08-05 17:11:53terry.reedylinkissue35855 messages
2019-08-05 17:11:53terry.reedycreate