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 Mark.Shannon, nedbat, pablogsal, serhiy.storchaka, terry.reedy
Date 2021-04-30.22:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619821693.32.0.380928219666.issue43950@roundup.psfhosted.org>
In-reply-to
Content
Specific examples of current messages and proposed improvements would help focus discussion.

If you are willing to only handle code lines up to 256 chars, only 2 bytes should be needed.  (0,0) or (255,255) could mean 'somewhere beyond the 256th char'.
History
Date User Action Args
2021-04-30 22:28:13terry.reedysetrecipients: + terry.reedy, nedbat, Mark.Shannon, serhiy.storchaka, pablogsal
2021-04-30 22:28:13terry.reedysetmessageid: <1619821693.32.0.380928219666.issue43950@roundup.psfhosted.org>
2021-04-30 22:28:13terry.reedylinkissue43950 messages
2021-04-30 22:28:13terry.reedycreate