commit | cb07ba7e3d466a98d0af0771b4f3e21116d69898 | [log] [tgz] |
---|---|---|
author | Anthony King <anthonydking@slimroms.net> | Sat Mar 28 23:26:04 2015 +0000 |
committer | Conley Owens <cco3@android.com> | Tue Mar 31 20:12:44 2015 +0000 |
tree | b8c33b2bc0d4f1324cae8e223d64f5a1c7ffcbcd | |
parent | 23ff7df6a759fcc7b52928d0b009beb9ba1310a6 [diff] |
Resolve fetch urls more efficiently Instead of using regex, append the netloc and relative scheme lists with the custom scheme. The schemes will only be appended when needed, instead of passing X amount of regex replaces. see http://bugs.python.org/issue18828 for more details. Change-Id: I10d26d5ddc32e7ed04c5a412bdd6e13ec59eb70f