Author lars.gustaebel
Recipients
Date 2004-10-18.11:35:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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().
History
Date User Action Args
2007-08-23 15:40:15adminlinkissue1049151 messages
2007-08-23 15:40:15admincreate