[Python-checkins] python/dist/src/Misc NEWS,1.970,1.971

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed May 5 21:54:38 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7235/Misc

Modified Files:
	NEWS 
Log Message:
Swap public and system ID in start_doctype_decl. Fixes #780300.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.970
retrieving revision 1.971
diff -C2 -d -r1.970 -r1.971
*** NEWS	5 May 2004 05:37:36 -0000	1.970
--- NEWS	6 May 2004 01:54:35 -0000	1.971
***************
*** 307,310 ****
--- 307,313 ----
  -------
  
+ - Bug #780300: Swap public and system ID in LexicalHandler.startDTD.
+   Applications relying on the wrong order need to be corrected.
+ 
  - Bug #926075: Fixed a bug that returns a wrong pattern object
    for a string or unicode object in sre.compile() when a different




More information about the Python-checkins mailing list