]> granicus.if.org Git - python/commitdiff
Note that, as of Python 1.6, the .returns_unicode attribute on parser
authorFred Drake <fdrake@acm.org>
Thu, 7 Dec 2000 00:00:21 +0000 (00:00 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 7 Dec 2000 00:00:21 +0000 (00:00 +0000)
objects can be modified at any point with the expected results.

Doc/lib/libpyexpat.tex

index b0097298763be1fa7fa598ed07a952d96b206369..eb8ccdb63eeb379712c370bc866e7526d2439db9 100644 (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
 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