From f655c9e88003c1ddbf727d19d67b2ad80058689c Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Thu, 11 Oct 2012 15:47:13 -1000 Subject: [PATCH] Remove comment about missing context manager in 2.5. Closes #5 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 16db6e4..5e78026 100644 --- a/README.md +++ b/README.md @@ -12,8 +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. 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. +This should work with Python 2.6 and 2.7. It also seems to work with [pypy](http://pypy.org). Currently I've only tested this (a little bit) with urllib2. It's known to *NOT WORK* with urllib.