From 84f5e72a6a62c606462574a18198acc16e69ea9d Mon Sep 17 00:00:00 2001 From: Simeon Visser Date: Sun, 7 Sep 2014 19:19:33 +0100 Subject: [PATCH] Added note about required Python version to run these examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72b5510..25da39b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ the code comments. Contributions are welcome as long as they include some commentary and the Python 3.x version in which the feature was introduced. + +These examples have been tested with Python 3.4.