Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10039/Misc Modified Files: NEWS Log Message: Patch #1049151: adding bool support to xdrlib.py. Also add xdrlib._test into the test suite. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1244 retrieving revision 1.1245 diff -u -d -r1.1244 -r1.1245 --- NEWS 18 Feb 2005 13:22:43 -0000 1.1244 +++ NEWS 24 Feb 2005 20:22:12 -0000 1.1245 @@ -54,6 +54,8 @@ Library ------- +- Patch #1049151: xdrlib now unpacks booleans as True or False. + - Fixed bug in a NameError bug in cookielib. Patch #1116583. - Applied a security fix to SimpleXMLRPCserver (PSF-2005-001). This
participants (1)
-
loewis@users.sourceforge.net