[Python-ideas] Putting `blist` into collections module

Nick Coghlan ncoghlan at gmail.com
Sun Sep 21 15:20:14 CEST 2014


On 21 September 2014 22:53, Antoine Pitrou <solipsis at pitrou.net> wrote:
>
> On Sun, 21 Sep 2014 22:36:35 +1000
> Nick Coghlan <ncoghlan at gmail.com> wrote:
>>
>> "Compilation can be hard on Windows" is no longer a factor that is
>> taken into account when deciding whether or not to add things to the
>> standard library
>
> Where is the pronouncement or discussion on that point?

"no longer taken into acount" was too strong - "has significantly less
weight due to the existence of other options" is more accurate. It's
still part of the rationale for the ssl feature backports, for
example.

>> - we're taking other steps to deal with that problem
>> as part of the packaging toolchain, and one of the key ones is
>> allowing publication of binary wheels for Mac OS X and Windows on
>> PyPI.
>
> I don't see how that changes anything. The hard (or, at least, tedious)
> part is not publishing packages, it's building the packages in the first
> place. "setup.py upload" has always worked fine.

Yep, one of the later steps is a build farm integrated into PyPI, so
you can just upload the tarball in most cases and you're done. We' re
still a *long* way from having that be feasible at this point, but
we'll get there eventually.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-ideas mailing list