1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

@@ -551,7 +551,7 @@ def slice_filter(value, arg):
Returns a slice of the list.
Uses the same syntax as Python's list slicing; see
http://diveintopython.org/native_data_types/lists.html#odbchelper.list.slice
http://www.diveintopython3.net/native-datatypes.html#slicinglists
for an introduction.
"""
try: