pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.63k stars 1.73k forks source link

Avoid Python 2 print statement in Werkzeug Quickstart #2863

Closed alynn-coefficient closed 6 months ago

alynn-coefficient commented 6 months ago

Fixes: #2861

This is option 2 as discussed in #2861. This PR is an alternative to #2862.