> On Sep 29, 2015, at 9:20 AM, Steve Dower wrote:
>
>> On 29Sep2015 0820, Chris Barker wrote:
>> OK -- I'm going to get off my soap box now -- time to actually suggest
>> doc patches
>
> Just bear in mind that you're suggesting patches for Python 3.3 and 3.4,
> which means that 3.4.4 is the o
> I'm not sure why INADA Naoki's answer above wasn't sufficient for you?
It may be -- I've still have to test. Neither Windows nor py3 are my
primary production versions.
But the last time I tried the SDK approach was for py2.7 on Win64, and
it was both a pain, and impossible to set up to "just w
On Tue, 29 Sep 2015 17:20 Steve Dower wrote:
On 29Sep2015 0820, Chris Barker wrote:
> OK -- I'm going to get off my soap box now -- time to actually suggest
> doc patches
Just bear in mind that you're suggesting patches for Python 3.3 and 3.4,
which means that 3.4.4 is the only real chance t
On 25 September 2015 at 16:35, INADA Naoki wrote:
> You can use "Windows SDK for Windows 7 and .NET Framework 4".
>
> http://www.microsoft.com/en-us/download/details.aspx?id=8279
>
> On Sat, Sep 26, 2015 at 12:24 AM, Chris Barker - NOAA Federal
> wrote:
>>
>> As I understand it, the MS VS2010 com
On Sep 29, 2015 8:22 AM, "Chris Barker" wrote:
>
>> And in mingw-w64, the only way to select a non-default CRT
>
> what is a "default" CRT in this case??
To answer the question: mingw-w64's
standard/default/only-officially-supported CRT is msvcrt.dll (the version
that has no version number in th
On 29Sep2015 0820, Chris Barker wrote:
OK -- I'm going to get off my soap box now -- time to actually suggest
doc patches
Just bear in mind that you're suggesting patches for Python 3.3 and 3.4,
which means that 3.4.4 is the only real chance to get them onto people's
machines. http://docs
And in mingw-w64, the only way to select a non-default CRT
>
what is a "default" CRT in this case??
> CRT issues are indeed tricky, because they only bite in certain
> circumstances -- so long as you never pass a FILE* or a fileno across the
> dll boundary, or call malloc in one module and free i
Sent from my iPhone
> On Sep 28, 2015, at 2:18 PM, Barry Warsaw wrote:
>
>> On Sep 28, 2015, at 08:22 AM, Guido van Rossum wrote:
>>
>> I saw that you had a need for an asyncio tutorial. I wonder if the "500
>> lines" chapter on asyncio would help? I didn't write it; I only write the
>> asyncio i