diff options
-rw-r--r-- | changelog.d/1416.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1416.change.rst b/changelog.d/1416.change.rst new file mode 100644 index 00000000..e4138a8f --- /dev/null +++ b/changelog.d/1416.change.rst @@ -0,0 +1 @@ +Moved several Python version checks over to using ``six.PY2`` and ``six.PY3``. |