[docs] It may be a bug

Jorge Minguet jorgeminguet at gmail.com
Tue May 21 22:25:49 EDT 2019


 Hi
just to report last lines results seems to obtain some extra numbers. it
may be a bug
>>> v[0:5]=6,7,8,9,0
>>> v
[6, 7, 8, 9, 0]
>>> v[-1]=6,7
>>> v
[6, 7, 8, 9, (6, 7)]
>>> v[-1:-5]=6,7,9,0,5
>>> v
[6, 7, 8, 9, 6, 7, 9, 0, 5, (6, 7)]
>>> v[-5:-1]=6,7,9,0,5
>>> v
[6, 7, 8, 9, 6, 6, 7, 9, 0, 5, (6, 7)]
>>>
if it is not disregard this message

Saludos cordiales,
Jorge Minguet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20190521/3c4413cc/attachment-0001.html>


More information about the docs mailing list