1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 17:45:35 +00:00

Update master

This commit is contained in:
Kevin McCarthy
2012-07-02 11:44:38 -10:00
parent bc49f27322
commit e1cd92b14d

View File

@@ -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. your tests and lets you work offline.
##Compatibility Notes ##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. 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 Currently I've only tested this (a little bit) with urllib2. It's known to *NOT