[Bug 929068] Re: [Precise] bug_task.date_created is returning 'unicode' objects instead of 'datetime' objects

2012-02-08 Thread Brad Figg
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929068 Title: [Precise] bug_task.date_created is returning 'unicode' objects instead of 'datetime' objects To manage notifications about this bug go

[Bug 929068] Re: [Precise] bug_task.date_created is returning 'unicode' objects instead of 'datetime' objects

2012-02-08 Thread Brad Figg
#!/usr/bin/python from launchpadlib.launchpad import Launchpad lp = Launchpad.login_with('broken-date', 'production') b = lp.bugs[918807] t = b.bug_tasks[0] dc = t.date_created print repr(dc) When that script is run on Oneiric: python broken-date.py datetime.datetime(2012, 2, 7, 22, 22, 1,

[Bug 929068] Re: [Precise] bug_task.date_created is returning 'unicode' objects instead of 'datetime' objects

2012-02-08 Thread Bryce Harrington
** Changed in: python-launchpadlib (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929068 Title: [Precise] bug_task.date_created is returning 'unicode'

[Bug 929068] Re: [Precise] bug_task.date_created is returning 'unicode' objects instead of 'datetime' objects

2012-02-08 Thread Brian Murray
I've noticed this too. However, launchpadlib hasn't been uploaded recently. ** Changed in: python-launchpadlib (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 929068] Re: [Precise] bug_task.date_created is returning 'unicode' objects instead of 'datetime' objects

2012-02-08 Thread Robert Hooker
*** This bug is a duplicate of bug 924240 *** https://bugs.launchpad.net/bugs/924240 Downgraded to python-wadllib (1.2.0+ds-2build1) and it works again, reassigning package ** Package changed: python-launchpadlib (Ubuntu) = python-wadllib (Ubuntu) -- You received this bug notification

[Bug 929068] Re: [Precise] bug_task.date_created is returning 'unicode' objects instead of 'datetime' objects

2012-02-08 Thread James Westby
*** This bug is a duplicate of bug 924240 *** https://bugs.launchpad.net/bugs/924240 ** This bug has been marked a duplicate of bug 924240 datetime interpretation changed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.