Commit 404d182b authored by Benjamin Peterson's avatar Benjamin Peterson

note that PyString and has been aliased to PyBytes

parent 36f0a80b
......@@ -2,12 +2,16 @@
.. _stringobjects:
String Objects
--------------
String/Bytes Objects
--------------------
These functions raise :exc:`TypeError` when expecting a string parameter and are
called with a non-string parameter.
.. note::
These functions have been renamed to PyBytes_* in Python 3.x. The PyBytes
names are also available in 2.6.
.. index:: object: string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment