diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-17 16:32:08 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-17 16:32:08 -0400 |
| commit | 32b61124d87531fa0f8b277ccff6d3ea43052773 (patch) | |
| tree | 4080c12ccc39723a5d2e63753ac137e80321245a /docs/tutorials/wiki2/background.rst | |
| parent | c75e507c7eab84e317588823b6a0e332561212ef (diff) | |
| download | pyramid-32b61124d87531fa0f8b277ccff6d3ea43052773.tar.gz pyramid-32b61124d87531fa0f8b277ccff6d3ea43052773.tar.bz2 pyramid-32b61124d87531fa0f8b277ccff6d3ea43052773.zip | |
warn about python 3
Diffstat (limited to 'docs/tutorials/wiki2/background.rst')
| -rw-r--r-- | docs/tutorials/wiki2/background.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/background.rst b/docs/tutorials/wiki2/background.rst index 17aaf755f..9933adc27 100644 --- a/docs/tutorials/wiki2/background.rst +++ b/docs/tutorials/wiki2/background.rst @@ -11,4 +11,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! |
