[Python-checkins] python/dist/src/Misc NEWS,1.1254,1.1255

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 11:56:22 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Patch #1117454: Remove code to special-case cookies without values
in LWPCookieJar. Backported to 2.4.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1254
retrieving revision 1.1255
diff -u -d -r1.1254 -r1.1255
--- NEWS	3 Mar 2005 10:48:12 -0000	1.1254
+++ NEWS	3 Mar 2005 10:56:19 -0000	1.1255
@@ -61,6 +61,9 @@
 Library
 -------
 
+- Patch #1117454: Remove code to special-case cookies without values
+  in LWPCookieJar.
+
 - Patch #1117339: Add cookielib special name tests.
 
 - Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.



More information about the Python-checkins mailing list