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 aviral, brandtbucher, kebab-mai-haddi, steven.daprano, terry.reedy
Date 2021-01-27.23:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611789558.43.0.185146370215.issue38307@roundup.psfhosted.org>
In-reply-to
Content
If IDLE were to recalculate the end from start, it would have to more or less parse forward to find the end of the statement.  This is why I considered it a speculative wish.

> would `end_lineno=None` make any sense?  
Only as a kludge if a default were required because of the signature position.

Point 3: The existing doc implies but does not exactly state that the _Object signature are private, so that we could break any possibly existing (but possibly not, and discouraged) use.  I think back-compatibility is discussed in the devguide.

Posts do not have a link until distributed, and then you can find it on mail.python.org.  The title is sufficient to do that.
History
Date User Action Args
2021-01-27 23:19:18terry.reedysetrecipients: + terry.reedy, steven.daprano, brandtbucher, aviral, kebab-mai-haddi
2021-01-27 23:19:18terry.reedysetmessageid: <1611789558.43.0.185146370215.issue38307@roundup.psfhosted.org>
2021-01-27 23:19:18terry.reedylinkissue38307 messages
2021-01-27 23:19:18terry.reedycreate