diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-02-28 11:57:14 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-02-28 11:57:14 -0800 |
| commit | de3062576ce5aa8b2e854626a48e3f5c46b29cb7 (patch) | |
| tree | ba29a08f9834f92eaefdeb03848f06a8c2bc963e /docs/tutorials/wiki2/tests.rst | |
| parent | 154d86ff6d5bb2ad28d11d664787ddabc32a3475 (diff) | |
| download | pyramid-de3062576ce5aa8b2e854626a48e3f5c46b29cb7.tar.gz pyramid-de3062576ce5aa8b2e854626a48e3f5c46b29cb7.tar.bz2 pyramid-de3062576ce5aa8b2e854626a48e3f5c46b29cb7.zip | |
add note about deprecation warnings on py3
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
| -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/ |
