From: Fred Drake Date: Thu, 7 Dec 2000 00:00:21 +0000 (+0000) Subject: Note that, as of Python 1.6, the .returns_unicode attribute on parser X-Git-Tag: v2.1a1~655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b62966c175399d2ad6a75ceefea2c469c1f58423;p=python Note that, as of Python 1.6, the .returns_unicode attribute on parser objects can be modified at any point with the expected results. --- diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index b009729876..eb8ccdb63e 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -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 Unicode strings. If \member{returns_unicode} is 0, 8-bit strings 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} The following attributes contain values relating to the most recent