Skip to content

Commit d0f89e6

Browse files
committed
Added a warning in the readme that this is a special 'python 2.5' edition
1 parent cacbdae commit d0f89e6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Python Koans
33
============
44

5+
***********************************************************
6+
*** NOTE! **
7+
8+
This is a special Python 2.5 version!
9+
10+
For other versions of Python Koans, use the 'normal' branch!
11+
12+
*************************************************************
13+
514
Python Koans is a port of Edgecase's "Ruby Koans".
615

716
Python Koans is an interactive tutorial for learning Python by making tests pass.
@@ -38,7 +47,7 @@ Installing Python Koans
3847

3948
Aside from downloading or checking out the latest version of Python Koans, all you need to install is Python.
4049

41-
At this time of writing there are two versions of the koans, one for use with Python 2.6 and one for Python 3.1. You should be able to work with newer Python versions, but older ones will likely give you problems.
50+
At this time of writing there are two versions of the koans, one for use with Python 2.5 and one for Python 3.1. You should be able to work with newer Python versions, but older ones will likely give you problems.
4251

4352
You can download Python from here:
4453

0 commit comments

Comments
 (0)