Merge lp://staging/~ahasenack/ubuntu/precise/python-tz/day-leap-fix-885163 into lp://staging/ubuntu/precise/python-tz

Proposed by Andreas Hasenack
Status: Merged
Merged at revision: 25
Proposed branch: lp://staging/~ahasenack/ubuntu/precise/python-tz/day-leap-fix-885163
Merge into: lp://staging/ubuntu/precise/python-tz
Diff against target: 71 lines (+52/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/samoa-idl (+44/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp://staging/~ahasenack/ubuntu/precise/python-tz/day-leap-fix-885163
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+87407@code.staging.launchpad.net

Description of the change

This branch has the patch from bug #885163, done by Forest Bond. I tested it in oneiric and lucid and I intend to do an SRU release for those plus natty and maverick. The first step is to get this into precise.

My testcase was Landscape, which had a few broken pages due to this bug. With the patched package installed, Landscape worked again (tested on lucid and oneiric).

To post a comment you must log in.
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

This other test case, taken from a bug comment, can also be used:

#!/usr/bin/python
import pytz
from datetime import datetime
tz = pytz.timezone("Pacific/Apia")
d2 = datetime(2012,1,1)
local = tz.localize(d2)
local.dst()
print "All is good, NOT hit by bug #885163!"

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches