[Python-Dev] Subprocess destructor now logs a ResourceWarning

2016-08-17 Thread Victor Stinner
Hi, FYI I made a tiny enhancement in the subprocess module in Python 3.6: Popen destructor now logs a ResourceWarning if the child process is still running when the destructor is called. Keeping a child process in background is bad because it is likely to create zombi process, because Python will

Re: [Python-Dev] Issues in Python TLS

2016-08-17 Thread Nick Coghlan
On 14 August 2016 at 09:14, Benjamin Peterson wrote: > Correctness of TLS certificate verification is known to depend deeply on > distribution. Python began to verify certificates by default only in in > version 2.7.9. Many OS distributions (in particular, Ubuntu) did not > enable verification for

Re: [Python-Dev] {RELEASE] Python 3.6.0a4 is now available

2016-08-17 Thread Philipp A.
hi, i already posted in python-ideas, but i got no replies, so i’ll post here: in essence i think interpreting escape sequences in f-literals is a *very* bad idea, mainly because i think it’s fundamental that syntax highlighters can highlight code as code. so they should highlight the code parts

Re: [Python-Dev] {RELEASE] Python 3.6.0a4 is now available

2016-08-17 Thread Brett Cannon
Please don't cross-post as it means anyone replying to your email will now split the conversation as not everyone will be subscribed to all of the mailing lists you sent this to. I have stripped out all but python-dev for my reply. On Wed, 17 Aug 2016 at 09:47 Philipp A. wrote: > hi, i already p

Re: [Python-Dev] {RELEASE] Python 3.6.0a4 is now available

2016-08-17 Thread Philipp A.
Brett Cannon schrieb am Mi., 17. Aug. 2016 um 19:15 Uhr: > Please don't cross-post as it means anyone replying to your email will now > split the conversation as not everyone will be subscribed to all of the > mailing lists you sent this to. I have stripped out all but python-dev for > my reply.

Re: [Python-Dev] {RELEASE] Python 3.6.0a4 is now available

2016-08-17 Thread Guido van Rossum
On Wed, Aug 17, 2016 at 10:58 AM, Philipp A. wrote: > i’ll patiently await clarification about this, and again: sorry for > sounding demanding :( > The explanation is honestly that the current approach is the most straightforward for the implementation (it's pretty hard to intercept the string l

Re: [Python-Dev] {RELEASE] Python 3.6.0a4 is now available

2016-08-17 Thread Brett Cannon
On Wed, 17 Aug 2016 at 10:58 Philipp A. wrote: > Brett Cannon schrieb am Mi., 17. Aug. 2016 um > 19:15 Uhr: > >> Please don't cross-post as it means anyone replying to your email will >> now split the conversation as not everyone will be subscribed to all of the >> mailing lists you sent this to