diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-02-28 13:00:01 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-02-28 13:00:01 -0800 |
| commit | 20eac53d0df1687be897677dfc0dd0405271faef (patch) | |
| tree | 35c3ce67ace0fe877a098aad18abbb4a37eae3b6 | |
| parent | 44c087008f39dba616ea62eb413f2fa96a5b6fb3 (diff) | |
| parent | de3062576ce5aa8b2e854626a48e3f5c46b29cb7 (diff) | |
| download | pyramid-20eac53d0df1687be897677dfc0dd0405271faef.tar.gz pyramid-20eac53d0df1687be897677dfc0dd0405271faef.tar.bz2 pyramid-20eac53d0df1687be897677dfc0dd0405271faef.zip | |
Merge pull request #2383 from stevepiercy/feature/alchemy-scaffold-update
add note about deprecation warnings on py3
| -rw-r--r-- | docs/tutorials/wiki2/tests.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst index fa9cbe2fc..dabb73956 100644 --- a/docs/tutorials/wiki2/tests.rst +++ b/docs/tutorials/wiki2/tests.rst @@ -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/ |
