Steven D'Aprano added the comment:
This is a bug tracker for issues with the Python language, interpreter and
standard library. For third party applications like pip, please report bugs to
their maintainers.
https://github.com/pypa/pip/issues
--
nosy: +steven.daprano
resolution: ->
New submission from Immo Wetzel :
I do have a pip package with version id 0.0.0 on my own registry.
If I try to get the list of available versions like before
with pip install package_name==
it will install version 0.0.0 of the package package_name
thats not right
--
messages: 37483