chiark / gitweb /
rfc822_date_to_git: Fix docstring for new dateutil.parser.parse
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 13:32:32 +0000 (14:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 14:17:27 +0000 (15:17 +0100)
commit646c33a7c86e5d2a5532a9b67396a80a963b029c
tree30fc161835dcd2a6001b1568c8bac735a84c55b8
parentce37f3d6396387d55af43b2372351d63a6530a23
rfc822_date_to_git: Fix docstring for new dateutil.parser.parse

dateutil.parser.parse now, on failure, throws ValueError containing a
tuple - now it has the troublesome string too.

This causes the tests to fail in Debian sid.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
gbp/git/__init__.py