[docs] [Documentation bug found]

Jilin Yang Jilin.Yang at student.oulu.fi
Mon Mar 31 15:12:26 CEST 2014


Url: <https://docs.python.org/2/tutorial/datastructures.html#tuples-and-sequences> https://docs.python.org/2/tutorial/datastructures.html#the-del-statement


Location : First example of 5.2


Description:

Found output after operation "del a[2:4]" is wrong, which should be [-1,1,333,1234.5], not [1,66.25,1234.5] if you type in "a" in python command line afterwards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20140331/13dd5071/attachment.html>


More information about the docs mailing list