Patch #1049151:  adding bool support to xdrlib.py.
Also add xdrlib._test into the test suite.
diff --git a/Misc/NEWS b/Misc/NEWS
index 71e7b82..7d6a9e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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