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 mlwtc
Recipients mlwtc, steven.daprano
Date 2020-02-02.06:02:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580623345.43.0.982814738381.issue39526@roundup.psfhosted.org>
In-reply-to
Content
Look at line 5:print(text1.get(1.0,1.30))
I think the result should be "abcdefghijklmnopqrstuvwxyz1234"

print(text1.get(1.0,1.20))
I think the result should be "abcdefghijklmnopqrst"

print(text1.get(1.0,1.10))
I think the result should be "abcdefghij"

     Others are correct,So I don't know why these results are not my expected.
History
Date User Action Args
2020-02-02 06:02:25mlwtcsetrecipients: + mlwtc, steven.daprano
2020-02-02 06:02:25mlwtcsetmessageid: <1580623345.43.0.982814738381.issue39526@roundup.psfhosted.org>
2020-02-02 06:02:25mlwtclinkissue39526 messages
2020-02-02 06:02:25mlwtccreate