[issue39526] print(text1.get(1.2,1.5))

mlwtc report at bugs.python.org
Sun Feb 2 01:02:25 EST 2020


mlwtc <meistudent at 163.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39526>
_______________________________________


More information about the Python-bugs-list mailing list