Skip to content

Commit

Permalink
Merge pull request #2383 from stevepiercy/feature/alchemy-scaffold-up…
Browse files Browse the repository at this point in the history
…date

add note about deprecation warnings on py3
  • Loading branch information
stevepiercy committed Feb 28, 2016
2 parents 44c0870 + de30625 commit 20eac53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/wiki2/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,11 @@ The expected result should look like the following:
OK
.. note:: If you use Python 3 during this tutorial, you will see deprecation
warnings in the output, which we will choose to ignore. In making this
tutorial run on both Python 2 and 3, the authors prioritized simplicity and
focus for the learner over accommodating warnings. In your own app or as
extra credit, you may choose to either drop Python 2 support or hack your
code to work without warnings on both Python 2 and 3.

.. _webtest: http://docs.pylonsproject.org/projects/webtest/en/latest/

0 comments on commit 20eac53

Please sign in to comment.