Re: [Python-Dev] PEP 471: scandir(fd) and pathlib.Path(name, dir_fd=None)

2014-07-06 Thread Martin v. Löwis
Am 01.07.14 09:44, schrieb Victor Stinner: > scandir(fd) must not close the file descriptor, it should be done by > the caller. Handling the lifetime of the file descriptor is a > difficult problem, it's better to let the user decide how to handle > it. This is an open issue still: when is the fil

Re: [Python-Dev] buildbot.python.org down again?

2014-07-06 Thread Terry Reedy
On 7/6/2014 7:54 PM, Ned Deily wrote: As of the moment, buildbot.python.org seems to be down again. Several hours later, back up. > Where is the best place to report problems like this? We should have, if not already, an automatic system to detect down servers and report (email) to appropria

[Python-Dev] buildbot.python.org down again?

2014-07-06 Thread Ned Deily
As of the moment, buildbot.python.org seems to be down again. Where is the best place to report problems like this? -- Ned Deily, n...@acm.org ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Uns

Re: [Python-Dev] Memory BIO for _ssl

2014-07-06 Thread Antoine Pitrou
Hi, Le 05/07/2014 14:04, Geert Jansen a écrit : Since I need this for my Gruvi async framework, I want to volunteer to write a patch. It should be useful as well to Py3K's asyncio and other async frameworks. It would be good to get some feedback before I start on this. Thanks for volunteerin