revise explanation of returns_unicode to reflect bool values

and to include the default value
(merged from release25-maint revision 51890)
This commit is contained in:
Fred Drake 2006-09-15 16:11:27 +00:00
parent a58f123602
commit 13782a3359
1 changed files with 4 additions and 3 deletions

View File

@ -216,9 +216,10 @@ any time.
\begin{memberdesc}[xmlparser]{returns_unicode} \begin{memberdesc}[xmlparser]{returns_unicode}
If this attribute is set to a non-zero integer, the handler functions If this attribute is set to a non-zero integer, the handler functions
will be passed Unicode strings. If \member{returns_unicode} is 0, will be passed Unicode strings. If \member{returns_unicode} is
8-bit strings containing UTF-8 encoded data will be passed to the \constant{False}, 8-bit strings containing UTF-8 encoded data will be
handlers. passed to the handlers. This is \constant{True} by default when
Python is built with Unicode support.
\versionchanged[Can be changed at any time to affect the result \versionchanged[Can be changed at any time to affect the result
type]{1.6} type]{1.6}
\end{memberdesc} \end{memberdesc}