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 tarek
Recipients Arfrever, alexis, barry, eric.araujo, fdrake, loewis, skrah, tarek, techtonik
Date 2011-06-01.15:22:52
SpamBayes Score 1.0279935e-08
Marked as misclassified No
Message-id <BANLkTi=Ha-nHor3FGoiz5wRV+UsF1WKwyA@mail.gmail.com>
In-reply-to <BANLkTimZ7OErL+7XJO+Gu0UHLBa=z1bY3Q@mail.gmail.com>
Content
On Wed, Jun 1, 2011 at 5:17 PM, Fred Drake <fdrake@acm.org> wrote:
> On Wed, Jun 1, 2011 at 11:14 AM, anatoly techtonik <techtonik@gmail.com> wrote:
>> Adding catalog-sig to CC. I can guarantee this for Windows. I'll be
>> near Linux box tomorrow and will try upload to PyPI from there. It
>> still will be more authoritative if more than one person can test
>> upload to PyPI with this patch on different systems.
>
> The interesting case will be for a build that doesn't include SSL support.

Yeah.. We do have in packaging a way to test against a PyPI server
that gets launched on a real socket, so what we could do is:

1/ add a test that tries to upload and register via ssh
2/ make sure it fallbacks to http if _ssl is not found

>
>
>  -Fred
>
> --
> Fred L. Drake, Jr.    <fdrake at acm.org>
> "Give me the luxuries of life and I will willingly do without the necessities."
>    --Frank Lloyd Wright
> _______________________________________________
> Catalog-SIG mailing list
> Catalog-SIG@python.org
> http://mail.python.org/mailman/listinfo/catalog-sig
>
History
Date User Action Args
2011-06-01 15:22:53tareksetrecipients: + tarek, loewis, barry, eric.araujo, Arfrever, skrah, alexis
2011-06-01 15:22:52tareklinkissue12226 messages
2011-06-01 15:22:52tarekcreate