From 32b61124d87531fa0f8b277ccff6d3ea43052773 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 17 Mar 2012 16:32:08 -0400 Subject: warn about python 3 --- docs/tutorials/wiki/background.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/tutorials/wiki') 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! -- cgit v1.2.3