commit | c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 24 20:22:10 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 24 20:22:10 2005 +0000 |
tree | 589f8ff427b01e7e1685f8515cdd0c83503d2d0e | |
parent | bc2c21ea521cf6ec2a8cd1fd3229226c157a5100 [diff] [blame] |
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