[Python-checkins] python/dist/src/Misc NEWS, 1.337.2.4.2.92, 1.337.2.4.2.93

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Tue Sep 2 22:15:25 EDT 2003


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
NEWS about email package 794466 patch.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.92
retrieving revision 1.337.2.4.2.93
diff -C2 -d -r1.337.2.4.2.92 -r1.337.2.4.2.93
*** NEWS	19 Aug 2003 04:55:06 -0000	1.337.2.4.2.92
--- NEWS	3 Sep 2003 04:15:23 -0000	1.337.2.4.2.93
***************
*** 4,8 ****
  
  - The email package handles some RFC 2231 parameters with missing
!   CHARSET fields better.
  
  - SF #746304: Builtin functions are now copy.[deep]copyable.
--- 4,9 ----
  
  - The email package handles some RFC 2231 parameters with missing
!   CHARSET fields better.  It also includes a patch to parameter
!   parsing when semicolons appear inside quotes.
  
  - SF #746304: Builtin functions are now copy.[deep]copyable.





More information about the Python-checkins mailing list