summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-01-22 18:17:25 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-01-22 18:17:25 (GMT)
commit9a7c96a2bca4342f70b05f5d1e00ad5be142bf24 (patch)
tree592287527c110d3266d29b7f93c37f330ad994ab /Misc
parent32417e7dc1cfbcf52b6034cced6e0e902dbc3ccb (diff)
downloadcpython-9a7c96a2bca4342f70b05f5d1e00ad5be142bf24.zip
cpython-9a7c96a2bca4342f70b05f5d1e00ad5be142bf24.tar.gz
cpython-9a7c96a2bca4342f70b05f5d1e00ad5be142bf24.tar.bz2
add support for Python's bool type to xmlrpclib - patch # 559288
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d49bf8..780bf5a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,6 +94,8 @@ Extension modules
Library
-------
+- Xmlrpclib.py now supports the builtin boolean type.
+
- py_compile has a new 'doraise' flag and a new PyCompileError
exception.