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

Update README.md

This commit is contained in:
Kevin McCarthy
2013-02-21 22:49:05 -10:00
parent 9ee31b25c5
commit e039181352

View File

@@ -41,10 +41,8 @@ Ruby's VCR are not compatible with VCR.py. The API is similar but VCR.py
doesn't have nearly as many features. doesn't have nearly as many features.
##Known Issues ##Known Issues
* Probably only works with urllib2. This library is a work in progress, so the API might change on you.
* Loading a HTTPS url and then a HTTP url in the same cassette will cause the second load to use the data from the HTTPS version of the URL: Issue #3 There are probably some [bugs](https://github.com/kevin1024/vcrpy/issues?labels=bug&page=1&state=open) floating around too.
* Loading urls that do a 301/302 redirect don't work: Issue #4
* I haven't tested PUT/DELETE requests
##Similar libraries in Python ##Similar libraries in Python
Neither of these really implement the API I want, but I have cribbed some code Neither of these really implement the API I want, but I have cribbed some code