11
:2.7.1: NOT RELEASED YET
14
External Compatibility Breaks
15
*****************************
33
* Complete monkey-patching of re.finditer or LazyRegexps leak.
34
(Vincent Ladeuil, #1644003)
36
* Cope with paramiko making argument to SFTPFile.prefetch() mandatory.
37
(Jelmer Vernooij, #1579093)
42
* Clarify pypi uploads for releases. (Vincent Ladeuil, #1542903)
62
* Recent versions of pycurl started being stricter about the proxy url,
63
using 'http+pycurl:' is not allowed anymore and should just be 'http:'
64
(Vincent Ladeuil, #1645017).