1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00

Remove comment about missing context manager in 2.5. Closes #5

This commit is contained in:
Kevin McCarthy
2012-10-11 15:47:13 -10:00
parent 6af873eeb2
commit f655c9e880

View File

@@ -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.