Skip to content

Instantly share code, notes, and snippets.

@rozza
Created July 21, 2010 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rozza/485340 to your computer and use it in GitHub Desktop.
Save rozza/485340 to your computer and use it in GitHub Desktop.
diff --git a/README.md b/README.md
index 713bf92..6747aaa 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ monocle straightens out event-driven code using Python's generators.
It aims to be portable between event-driven I/O frameworks, and
currently supports Twisted and Tornado.
-It's for Python 2.5 and up; the syntax it uses isn't supported
+It's for Python 2.5 and up (pre 2.7 builds require orderedict); the syntax it uses isn't supported
in older versions of Python.
## A Simple Example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment