Some things I would change in the docstrings:
> +A dispatcher object handles a single socket, processing connect,
> +accept, close, read and write events as defined by the child
> +handle_connect, handle_accept, handle_close, handle_read and
> +handle_write methods, respectively.
On Dec 9, 2007, at 5:52 AM, Giampaolo Rodola' wrote:
>> def handle_expt(self):
>
> Like said above, this is called when arrived some OOB data.
> I would change this into something like: "Called when some OOB data
> arrived."
Of course, that's not actually true. It's called for whatever the ex
M...
This is what asyncore documentation says about handle_expt:
> Called when there is out of band (OOB) data for a socket connection.
> This will almost never happen, as OOB is tenuously supported and
> rarely used.
So, if you're right, the doc is wrong and should be rewritten.
Or maybe thi
On Nov 25 Gerhard Haering checked in a change to the release25-maint branch:
Author: gerhard.haering
Date: Sun Nov 25 18:40:35 2007
New Revision: 59184
Modified:
python/branches/release25-maint/Modules/_sqlite/statement.c
python/branches/release25-maint/Modules/_sqli
On 12:21 am, [EMAIL PROTECTED] wrote:
>Anyway, I would still like to discuss this on #python-dev Monday.
>Adam, in what time zone are you? (I'm PST.) Who else is interested?
I'm also interested. I'm EST, but my schedule is very flexible (I'm on
IRC pretty much all day for work anyway). Just le