[Python-checkins] CVS: python/dist/src/Doc/lib libpyexpat.tex,1.8,1.9

Fred L. Drake python-dev@python.org
Wed, 6 Dec 2000 16:00:25 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25049/lib

Modified Files:
	libpyexpat.tex 
Log Message:

Note that, as of Python 1.6, the .returns_unicode attribute on parser
objects can be modified at any point with the expected results.


Index: libpyexpat.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpyexpat.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** libpyexpat.tex	2000/11/28 06:38:22	1.8
--- libpyexpat.tex	2000/12/07 00:00:21	1.9
***************
*** 120,123 ****
--- 120,125 ----
  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}