diff options
author | Fred Drake <fdrake@acm.org> | 2000-12-07 00:00:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-12-07 00:00:21 (GMT) |
commit | b62966c175399d2ad6a75ceefea2c469c1f58423 (patch) | |
tree | 6ad55ee9606eb67fc29a1dcee52ae46c76a1b116 /Doc/lib/libpyexpat.tex | |
parent | 37da22b3f459469df2fe6617e573247aa56f1aae (diff) | |
download | cpython-b62966c175399d2ad6a75ceefea2c469c1f58423.zip cpython-b62966c175399d2ad6a75ceefea2c469c1f58423.tar.gz cpython-b62966c175399d2ad6a75ceefea2c469c1f58423.tar.bz2 |
Note that, as of Python 1.6, the .returns_unicode attribute on parser
objects can be modified at any point with the expected results.
Diffstat (limited to 'Doc/lib/libpyexpat.tex')
-rw-r--r-- | Doc/lib/libpyexpat.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index b009729..eb8ccdb 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 |