summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/background.rst
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-11-26 10:58:15 -0600
committerGitHub <noreply@github.com>2018-11-26 10:58:15 -0600
commit81171e861d25d394c0ccb8a6139a9b89dc4f039c (patch)
treee80fdb447bf7f491ae68344fea8895b04cdf0016 /docs/tutorials/wiki/background.rst
parentfeedf4cc38a59ee3f83c8a01b4632f1df6b7d645 (diff)
parent05292fb519ad33c74663221e7bd6da68eedceb72 (diff)
downloadpyramid-81171e861d25d394c0ccb8a6139a9b89dc4f039c.tar.gz
pyramid-81171e861d25d394c0ccb8a6139a9b89dc4f039c.tar.bz2
pyramid-81171e861d25d394c0ccb8a6139a9b89dc4f039c.zip
Merge pull request #8 from stevepiercy/drop-py2
Drop py2 from wiki (traversal and zodb)
Diffstat (limited to 'docs/tutorials/wiki/background.rst')
-rw-r--r--docs/tutorials/wiki/background.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/tutorials/wiki/background.rst b/docs/tutorials/wiki/background.rst
index c10ab9e55..1a076de85 100644
--- a/docs/tutorials/wiki/background.rst
+++ b/docs/tutorials/wiki/background.rst
@@ -15,9 +15,4 @@ To code along with this tutorial, the developer will need a Unix
machine with development tools (macOS with XCode, any Linux or BSD
variant, and so on) *or* a Windows system of any kind.
-.. warning::
-
- This tutorial has been written for Python 2. It is unlikely to work
- without modification under Python 3.
-
Have fun!