Created
July 21, 2010 23:56
-
-
Save rozza/485340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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