[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.34,1.81.2.35

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 06:26:56 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv23452/Misc

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- xmllib.py - Moved clearing of "literal" flag.  The flag is set in setliteral
  which can be called from a start tag handler.  When the corresponding end
  tag is read the flag is cleared.  However, it didn't get cleared when
  the start tag was for an empty element of the type <tag .../>.  This
  modification fixes the problem.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.34
retrieving revision 1.81.2.35
diff -C2 -r1.81.2.34 -r1.81.2.35
*** NEWS	2001/03/31 14:13:25	1.81.2.34
--- NEWS	2001/03/31 14:26:53	1.81.2.35
***************
*** 132,135 ****
--- 132,143 ----
  - #12195 - webbrowser.py - there was typo in Mac code
  
+ - quopri.py - treat \r as whitespace too
+ 
+ - xmllib.py - Moved clearing of "literal" flag.  The flag is set in setliteral 
+   which can be called from a start tag handler.  When the corresponding end
+   tag is read the flag is cleared.  However, it didn't get cleared when
+   the start tag was for an empty element of the type <tag .../>.  This
+   modification fixes the problem.
+ 
  What's New in Python 2.0?
  =========================