summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLabrys of Knossos <Labrys.git@gmail.com>2019-07-08 19:57:04 -0400
committerPaul Ganssle <paul@ganssle.io>2019-11-02 11:01:07 -0400
commit13301ac563d3854142ea8fafe2e2713692d09ade (patch)
treebe9bad0323348dd1949ddcfffbb840654bde826f
parent16bfee76aa13c1186d0f7150ee1a6c7651abd63e (diff)
downloaddateutil-git-13301ac563d3854142ea8fafe2e2713692d09ade.tar.gz
Add news fragment to changelog.d
-rw-r--r--changelog.d/935.misc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/935.misc.rst b/changelog.d/935.misc.rst
new file mode 100644
index 0000000..672f60d
--- /dev/null
+++ b/changelog.d/935.misc.rst
@@ -0,0 +1 @@
+Raise a more helpful TypeError message when passing a bytes zonename to gettz in Python 3. Reported by @labrys (gh issue #927). Fixed by @labrys (gh pr #935)