[issue27349] distutils.command.upload: typo "protcol_version"

Jakub Wilk report at bugs.python.org
Sat Jun 18 14:26:42 EDT 2016


New submission from Jakub Wilk:

distutils/command/upload.py reads:

        data = {
            # action
            ':action': 'file_upload',
            'protcol_version': '1',
            ...
        }

It should be of course 'protocol_version'.
I checked the PyPI code, and it's spelled correctly there.


This misspelling was found using mwic:
http://jwilk.net/software/mwic

----------
components: Distutils
messages: 268820
nosy: dstufft, eric.araujo, jwilk
priority: normal
severity: normal
status: open
title: distutils.command.upload: typo "protcol_version"

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27349>
_______________________________________


More information about the Python-bugs-list mailing list