Updated some 'Dive Into Python' links

This commit is contained in:
Claude Paroz 2013-04-01 14:03:55 +02:00
parent 2d0db67813
commit 2bcbca3451
5 changed files with 11 additions and 7 deletions

View file

@ -1936,7 +1936,7 @@ slice
Returns a slice of the list.
Uses the same syntax as Python's list slicing. See
http://diveintopython.net/native_data_types/lists.html#odbchelper.list.slice
http://www.diveintopython3.net/native-datatypes.html#slicinglists
for an introduction.
Example::