mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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:
parent
37da22b3f4
commit
b62966c175
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue