summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/background.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 16:32:08 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 16:32:08 -0400
commit32b61124d87531fa0f8b277ccff6d3ea43052773 (patch)
tree4080c12ccc39723a5d2e63753ac137e80321245a /docs/tutorials/wiki/background.rst
parentc75e507c7eab84e317588823b6a0e332561212ef (diff)
downloadpyramid-32b61124d87531fa0f8b277ccff6d3ea43052773.tar.gz
pyramid-32b61124d87531fa0f8b277ccff6d3ea43052773.tar.bz2
pyramid-32b61124d87531fa0f8b277ccff6d3ea43052773.zip
warn about python 3
Diffstat (limited to 'docs/tutorials/wiki/background.rst')
-rw-r--r--docs/tutorials/wiki/background.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/background.rst b/docs/tutorials/wiki/background.rst
index 10698fc45..ac337abd5 100644
--- a/docs/tutorials/wiki/background.rst
+++ b/docs/tutorials/wiki/background.rst
@@ -13,4 +13,9 @@ To code along with this tutorial, the developer will need a UNIX
machine with development tools (Mac OS X with XCode, any Linux or BSD
variant, etc) *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!