From 5064df2074dfd8bdc61f16ab3cbc2d695c10c3a6 Mon Sep 17 00:00:00 2001
From: stijn <stijn@ignitron.net>
Date: Thu, 10 Jan 2019 10:07:32 +0100
Subject: [PATCH] docs/differences: Clarify the differences are against Python
 3.4.

---
 docs/differences/index_template.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/differences/index_template.txt b/docs/differences/index_template.txt
index eb8b3ba64..41ddeb6d3 100644
--- a/docs/differences/index_template.txt
+++ b/docs/differences/index_template.txt
@@ -4,6 +4,7 @@ MicroPython differences from CPython
 ====================================
 
 The operations listed in this section produce conflicting results in MicroPython when compared to standard Python.
+MicroPython implements Python 3.4 and some select features of Python 3.5.
 
 .. toctree::
     :maxdepth: 2
-- 
GitLab