Tarek Ziadé <[email protected]> added the comment: On Wed, Jun 1, 2011 at 5:17 PM, Fred Drake <[email protected]> wrote: > On Wed, Jun 1, 2011 at 11:14 AM, anatoly techtonik <[email protected]> > 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 > [email protected] > http://mail.python.org/mailman/listinfo/catalog-sig > ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12226> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
