[Python-checkins] python/dist/src/Misc NEWS,1.618,1.619

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 22 Jan 2003 10:17:43 -0800


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

Modified Files:
	NEWS 
Log Message:
add support for Python's bool type to xmlrpclib - patch # 559288


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.618
retrieving revision 1.619
diff -C2 -d -r1.618 -r1.619
*** NEWS	22 Jan 2003 04:45:50 -0000	1.618
--- NEWS	22 Jan 2003 18:17:25 -0000	1.619
***************
*** 95,98 ****
--- 95,100 ----
  -------
  
+ - Xmlrpclib.py now supports the builtin boolean type.
+ 
  - py_compile has a new 'doraise' flag and a new PyCompileError
    exception.