On Thu, Jan 29, 2009 at 06:14:53PM +0100, Olivier Berger wrote: > > Hi. > > It would be great to be able to retrieve the date from the SOAP get_status > call. > > Probably as easy as adding in soap.py: > > bug.setDate(soapbug['date']) > > and in bug.py : > > def getDate(self): > return self.date > > # must be a string or int as an epoch value > def setDate(self, date): > self.date = int(date) > > Thanks in advance. > > P.S.: I may at some point try to provide my git tree with such modification, > but don't have time right now. >
Here's the proposed changes : http://git.debian.org/?p=users/olberger-guest/python-btsutils.git;a=commit;h=641bc03baa05550d7b5de711d6ad563dbfa1d297 And bits of http://git.debian.org/?p=users/olberger-guest/python-btsutils.git;a=commit;h=366cabf67caaabcd8e0c69d31ff99f5a72904dd3 too most probably. Hope this helps, P.S.: I have actually not tested it against SOAP, but only against bts-link-like spool retrieval. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

