Package: python-btsutils
Version: 0.3-1
Severity: wishlist

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.

Best regards,


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-btsutils depends on:
ii  devscripts                 2.10.35lenny1 scripts to make the life of a Debi
ii  python                     2.5.2-3       An interactive high-level object-o
ii  python-beautifulsoup       3.0.7-1       error-tolerant HTML parser for Pyt
ii  python-soappy              0.12.0-4      SOAP Support for Python
ii  python-support             0.8.4         automated rebuilding support for P

python-btsutils recommends no packages.

python-btsutils suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to