Skip to content

Commit

Permalink
Use Python 3 style print function in the Tutorial.
Browse files Browse the repository at this point in the history
This is a step towards Python 3, we can already use
the print function under Python 2.6 and 2.7 via:

from __future__ import print_statement

TODO: Add an FAQ to the Tutorial explaining why we're
doing this.
  • Loading branch information
peterjc committed Sep 7, 2013
1 parent f8408ed commit 34d155a
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 402 deletions.

0 comments on commit 34d155a

Please sign in to comment.