This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwilk
Recipients dstufft, eric.araujo, jwilk
Date 2016-06-18.18:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466274402.68.0.283801716839.issue27349@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-06-18 18:26:42jwilksetrecipients: + jwilk, eric.araujo, dstufft
2016-06-18 18:26:42jwilksetmessageid: <1466274402.68.0.283801716839.issue27349@psf.upfronthosting.co.za>
2016-06-18 18:26:42jwilklinkissue27349 messages
2016-06-18 18:26:42jwilkcreate