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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27349>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to