diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-05-02 16:40:53 +0100 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-05-02 16:40:53 +0100 |
| commit | 54c90d0609449e99ebea1586d5e9aca9897c7f69 (patch) | |
| tree | b27a7bc5ad8043b1a8e76166cfbd975581b37b1b /docs/python3.rst | |
| parent | a6f94010aa3cb8adc49136983569d6a0c393bfc8 (diff) | |
| download | click-54c90d0609449e99ebea1586d5e9aca9897c7f69.tar.gz | |
Added an echo function with pager support
Diffstat (limited to 'docs/python3.rst')
| -rw-r--r-- | docs/python3.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/python3.rst b/docs/python3.rst index 0d744ac..5b795d6 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -149,3 +149,6 @@ Python 3 bug tracker: <http://bugs.python.org/issue19977>`_ * `Python 3 raises Unicode errors in the C locale <http://bugs.python.org/issue19846>`_ +* `LC_CTYPE=C: pydoc leaves terminal in an unusable state + <http://bugs.python.org/issue21398>`_ (this is relevant to Click + because the pager support is provided by the stdlib pydoc module) |
