Note that, as of Python 1.6, the .returns_unicode attribute on parser

objects can be modified at any point with the expected results.
This commit is contained in:
Fred Drake 2000-12-07 00:00:21 +00:00
parent 37da22b3f4
commit b62966c175

View file

@ -119,6 +119,8 @@ Returns a string containing the base set by a previous call to
If this attribute is set to 1, the handler functions will be passed If this attribute is set to 1, the handler functions will be passed
Unicode strings. If \member{returns_unicode} is 0, 8-bit strings Unicode strings. If \member{returns_unicode} is 0, 8-bit strings
containing UTF-8 encoded data will be passed to the handlers. containing UTF-8 encoded data will be passed to the handlers.
\versionchanged[Can be changed at any time to affect the result
type.]{1.6}
\end{memberdesc} \end{memberdesc}
The following attributes contain values relating to the most recent The following attributes contain values relating to the most recent