summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)