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 vlad
Recipients berker.peksag, ghaering, rhettinger, serhiy.storchaka, terry.reedy, vlad
Date 2019-08-29.10:43:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567075403.9.0.162898511618.issue35889@roundup.psfhosted.org>
In-reply-to
Content
1. "This patch adds too many lines of code and not enough value."
If the maintainers judge it so, I have nothing to say. You have the responsibility to keep the codebase relatively simple.

2a. "Existing programs made with the assumption that repr(row) is short (albeit useless) will break when it becomes not so short."
I have no experience maintaining popular language implementations, so I defer to your judgement on what level of backward compatibility is warranted.

2b. "New users of new repr(row) will run into problems because its size is unbounded."
I think this objection is invalid, as I explained in the comment: https://bugs.python.org/issue35889#msg336291
History
Date User Action Args
2019-08-29 10:43:23vladsetrecipients: + vlad, rhettinger, terry.reedy, ghaering, berker.peksag, serhiy.storchaka
2019-08-29 10:43:23vladsetmessageid: <1567075403.9.0.162898511618.issue35889@roundup.psfhosted.org>
2019-08-29 10:43:23vladlinkissue35889 messages
2019-08-29 10:43:23vladcreate