Beyond bugfixes for a few important edge cases, this release includes
new support for argfiles on the command line from jjhelmus. These
can be useful to overcome command line length limitations. See:
<https://docs.python.org/3/library/argparse.html#fromfile-prefix-chars>.
* Allow cli arguments to be specified in a file (1273)
* Fix module entrypoints. (1274)
* Guard against concurrent re-imports. (1270)
* Ensure Pip logs to stderr. (1268)