Package: vcr.py / 4.0.2-1
Metadata
Package | Version | Patches format |
---|---|---|
vcr.py | 4.0.2-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove privacy breach urls.patch | (download) |
README.rst |
22 0 + 22 - 0 ! |
remove privacy breach urls |
0002 Handle PEP 479 with backward compat for python2.7.patch | (download) |
vcr/cassette.py |
5 4 + 1 - 0 ! |
handle pep 479 with backward compat for python2.7 PEP479 renders the _handle_generator function of CassetteContextDecorator object erroneous in python3.7. Yet, we can't rely properly on yield from as python2.7 compat is still mandatory. Try to find a good balance between these two facts |
1