summaryrefslogtreecommitdiff
path: root/python/enum/README
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-01-10 13:33:48 -0500
committerPeter LaFosse <peter@vector35.com>2017-01-10 13:33:48 -0500
commitab815c0235f30b7b5afde1727992b3b08c576707 (patch)
tree8c0f78b96cc0f861e0d6a0b14f244e601ef4cf54 /python/enum/README
parent6b3ac4197441eab4e219842b0b4c10c3a1e48f93 (diff)
parentffdcc904ea16467c51e3d36773be132b7aa4cb3f (diff)
Merge branch 'staging' into dev
Diffstat (limited to 'python/enum/README')
-rw-r--r--python/enum/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/enum/README b/python/enum/README
new file mode 100644
index 00000000..aa2333d8
--- /dev/null
+++ b/python/enum/README
@@ -0,0 +1,3 @@
+enum34 is the new Python stdlib enum module available in Python 3.4
+backported for previous versions of Python from 2.4 to 3.3.
+tested on 2.6, 2.7, and 3.3+