]> granicus.if.org Git - python/commit
Issue #19728: fix ensurepip name clash with submodule
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Dec 2013 08:20:34 +0000 (18:20 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Dec 2013 08:20:34 +0000 (18:20 +1000)
commitf71cae0a93ea0f8ba83da06bdd71709443d521b6
treede2017a411c210e363fd3b3768584b9517b40ea7
parent23f597e4622af79cc14f0040ec61e9fd7a68f862
Issue #19728: fix ensurepip name clash with submodule

Also added refactoring and added basic tests for the argument
parsing in both ensurepip._main and ensurepip._uninstall._main.
Lib/ensurepip/__init__.py
Lib/ensurepip/__main__.py
Lib/ensurepip/_uninstall.py
Lib/test/test_ensurepip.py