don't require ssl module for flask cli
This commit is contained in:
parent
6e995f2379
commit
1718f1934c
3 changed files with 21 additions and 1 deletions
|
|
@ -68,6 +68,9 @@ Unreleased
|
|||
supported. :issue:`3214`
|
||||
- ``flask.testing.make_test_environ_builder()`` has been deprecated in
|
||||
favour of a new class ``flask.testing.EnvironBuilder``. :pr:`3232`
|
||||
- The ``flask run`` command no longer fails if Python is not built
|
||||
with SSL support. Using the ``--cert`` option will show an
|
||||
appropriate error message. :issue:`3211`
|
||||
|
||||
.. _#2935: https://github.com/pallets/flask/issues/2935
|
||||
.. _#2957: https://github.com/pallets/flask/issues/2957
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue