This is an archive of the discontinued Mercurial Phabricator instance.

urllibcompat: new library to help abstract out some python3 urllib2 stuff
ClosedPublic

Authored by durin42 on Oct 1 2017, 12:43 PM.

Details

Summary

Doing a new file instead of pycompat because I'm starting to feel like
pycompat is getting a little enormous in terms of scope.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Oct 1 2017, 12:43 PM
yuja requested changes to this revision.Oct 2 2017, 11:58 AM
yuja added a subscriber: yuja.

Please add GPL boilerplate.

FWIW, we might want to move some urllib-related hacks from pycompat.py.

This revision now requires changes to proceed.Oct 2 2017, 11:58 AM

boilerplate added

pulkit accepted this revision.Oct 4 2017, 2:13 PM
krbullock accepted this revision.Oct 4 2017, 3:48 PM
This revision was automatically updated to reflect the committed changes.