/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to parser.py

  • Committer: Ian Clatworthy
  • Date: 2009-03-04 04:45:04 UTC
  • mto: (0.64.137 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: ian.clatworthy@internode.on.net-20090304044504-spyw5b2tl5aguyp1
improve error msg when bad timezone encountered

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
                else:
473
473
                    format = 'rfc2822'
474
474
                self.date_parser = dates.DATE_PARSERS_BY_NAME[format]
475
 
            when = self.date_parser(datestr)
 
475
            when = self.date_parser(datestr, self.lineno)
476
476
        else:
477
477
            match = _WHO_RE.search(s)
478
478
            if accept_just_who and match: