summaryrefslogtreecommitdiff
path: root/docs/python3.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-10-09 11:22:33 -0700
committerDavid Lord <davidism@gmail.com>2019-10-09 11:22:33 -0700
commit02756dd41714939ae877cba89b04c1fdc6e0ff21 (patch)
treef3c2af2423ac3419e90fe1a5ed68847b803db26a /docs/python3.rst
parent1a714b3d2c9242b8a5d573c258f6c6941b505da1 (diff)
downloadclick-02756dd41714939ae877cba89b04c1fdc6e0ff21.tar.gz
reformat changelog, update docs config
Diffstat (limited to 'docs/python3.rst')
-rw-r--r--docs/python3.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/python3.rst b/docs/python3.rst
index e464c7b..b68da64 100644
--- a/docs/python3.rst
+++ b/docs/python3.rst
@@ -147,13 +147,13 @@ curious about the reasons for this, you can join the discussions in the
Python 3 bug tracker:
* `ASCII is a bad filesystem default encoding
- <http://bugs.python.org/issue13643#msg149941>`_
+ <https://bugs.python.org/issue13643#msg149941>`_
* `Use surrogateescape as default error handler
- <http://bugs.python.org/issue19977>`_
+ <https://bugs.python.org/issue19977>`_
* `Python 3 raises Unicode errors in the C locale
- <http://bugs.python.org/issue19846>`_
+ <https://bugs.python.org/issue19846>`_
* `LC_CTYPE=C: pydoc leaves terminal in an unusable state
- <http://bugs.python.org/issue21398>`_ (this is relevant to Click
+ <https://bugs.python.org/issue21398>`_ (this is relevant to Click
because the pager support is provided by the stdlib pydoc module)
Note (Python 3.7 onwards): Even though your locale may not be properly