[Patches] [ python-Patches-1049151 ] adding bool support to xdrlib.py

SourceForge.net noreply at sourceforge.net
Tue Oct 19 22:23:07 CEST 2004


Patches item #1049151, was opened at 2004-10-18 13:35
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1049151&group_id=5470

Category: Library (Lib)
>Group: Python 2.5
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Lars Gustäbel (gustaebel)
>Assigned to: Anthony Baxter (anthonybaxter)
Summary: adding bool support to xdrlib.py

Initial Comment:
xdrlib's Unpacker method unpack_bool() is just an alias
to the unpack_int() method, therefore it returns an
integer. The attached patch adds bool object support to
unpack_bool().

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-10-19 22:23

Message:
Logged In: YES 
user_id=21627

The patch itself is fine. However, it comes too late for 2.4
- unless Anthony accepts it for 2.4, anyway.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1049151&group_id=5470


More information about the Patches mailing list