From e1cd92b14d5fe626b55c6702e519876135ecdd35 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 2 Jul 2012 11:44:38 -1000 Subject: [PATCH] Update master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ea044..df41e43 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ again, they all just hit the text files instead of the internet. This speeds up your tests and lets you work offline. ##Compatibility Notes -This should work with Python 2.6 and 2.7. There aren't any context managers in +This should work with Python 2.6 and 2.7. It also seems to work with [pypy](http://pypy.org). There aren't any context managers in 2.5 so I'm not bothering with that. Currently I've only tested this (a little bit) with urllib2. It's known to *NOT