# HG changeset patch # User amit@thunder # Date 1267536125 -19800 # Node ID a9832fcf7c969e581641b29a0a757a7f9213afc9 # Parent 27e1f5bd2774f4580127a73360af37aa47b4fc2e test diff -r 27e1f5bd2774 -r a9832fcf7c96 sttp/basic_python/intro.rst --- a/sttp/basic_python/intro.rst Tue Mar 02 18:43:02 2010 +0530 +++ b/sttp/basic_python/intro.rst Tue Mar 02 18:52:05 2010 +0530 @@ -23,6 +23,9 @@ It is a test. This is a test +This is a test lets see what happens + + Current stable version of Python is 2.6.x, although Python 3.0 is also the stable version, it is not backwards compatible with the previous versions and is hence not entirely popular at the moment. This material will focus on the 2.6.x series.