mirror of https://github.com/django/django.git
Indexing bytes is the problem not slicing.
This commit is contained in:
parent
9eafb6592e
commit
c87b08d2a1
|
@ -237,9 +237,9 @@ sometimes necessary::
|
|||
|
||||
value = value.encode('ascii', 'ignore').decode('ascii')
|
||||
|
||||
Be cautious if you have to `slice bytestrings`_.
|
||||
Be cautious if you have to `index bytestrings`_.
|
||||
|
||||
.. _slice bytestrings: http://docs.python.org/py3k/howto/pyporting.html#bytes-literals
|
||||
.. _index bytestrings: http://docs.python.org/py3k/howto/pyporting.html#bytes-literals
|
||||
|
||||
Exceptions
|
||||
~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue