Activity log for bug #1302963

Date Who What changed Old value New value Message
2014-04-05 08:19:03 b3nmore bug added bug
2014-04-18 14:25:58 Launchpad Janitor parsedatetime (Ubuntu): status New Confirmed
2014-04-21 16:27:21 Greg Lutostanski parsedatetime (Ubuntu): importance Undecided Medium
2014-04-21 16:30:06 Greg Lutostanski parsedatetime (Ubuntu): status Confirmed Triaged
2014-04-23 14:04:29 icactus bug added subscriber icactus
2014-04-24 08:21:50 terrin description Using the simple example from upstreams readme (https://github.com/bear/parsedatetime) raises an error: $python >>> import parsedatetime.parsedatetime as pdt >>> cal = pdt.Calendar() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/parsedatetime/__init__.py", line 216, in __init__ self.ptc = Constants() File "/usr/lib/python2.7/dist-packages/parsedatetime/__init__.py", line 1733, in __init__ self.locale = pdtLocales['icu'](self.localeID) File "/usr/lib/python2.7/dist-packages/parsedatetime/pdt_locales.py", line 151, in __init__ self.icu = pyicu.Locale(localeID) icu.InvalidArgsError: (<type 'icu.Locale'>, '__init__', (None,)) Using the simple example from upstreams readme (https://github.com/bear/parsedatetime) raises an error: $python >>> import parsedatetime.parsedatetime as pdt >>> cal = pdt.Calendar() Traceback (most recent call last):   File "<stdin>", line 1, in <module>   File "/usr/lib/python2.7/dist-packages/parsedatetime/__init__.py", line 216, in __init__     self.ptc = Constants()   File "/usr/lib/python2.7/dist-packages/parsedatetime/__init__.py", line 1733, in __init__     self.locale = pdtLocales['icu'](self.localeID)   File "/usr/lib/python2.7/dist-packages/parsedatetime/pdt_locales.py", line 151, in __init__     self.icu = pyicu.Locale(localeID) icu.InvalidArgsError: (<type 'icu.Locale'>, '__init__', (None,))
2014-04-24 08:22:34 terrin bug added subscriber Niranjan T
2014-05-30 21:18:24 Launchpad Janitor branch linked lp:~unit193/parsedatetime/1.2
2014-05-30 21:21:32 Launchpad Janitor branch linked lp:~noskcaj/ubuntu/utopic/parsedatetime/1.2
2014-05-31 17:50:15 terrin removed subscriber terrin
2014-06-04 08:22:38 Launchpad Janitor parsedatetime (Ubuntu): status Triaged Fix Released
2014-12-17 20:10:06 Thomas Ward nominated for series Ubuntu Trusty
2015-02-13 05:51:05 Launchpad Janitor branch linked lp:~noskcaj/ubuntu/trusty/parsedatetime/pyicu-fixes