[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-25 Thread Giampaolo Rodola'

Giampaolo Rodola' g.rod...@gmail.com added the comment:

Fixed.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-25 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Please add the revision number when fixing.

--
nosy: +georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-25 Thread Giampaolo Rodola'

Giampaolo Rodola' g.rod...@gmail.com added the comment:

Sorry: fixed in r88581.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-23 Thread Sandro Tosi

Changes by Sandro Tosi sandro.t...@gmail.com:


--
assignee: sandro.tosi - docs@python
nosy: +docs@python

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-17 Thread Sandro Tosi

New submission from Sandro Tosi sandro.t...@gmail.com:

Hi, following up 
http://mail.python.org/pipermail/docs/2011-February/003095.html I'm attaching a 
simple patch to avoid a traceback similar to this when a client disconnects:

error: uncaptured python exception, closing channel __main__.EchoHandler 
127.0.0.1:41884 at 0x150ae60 (class 'socket.error':[Errno 9] Bad file 
descriptor [/home/morph/python-dev/py3k/Lib/asyncore.py|read|81] 
[/home/morph/python-dev/py3k/Lib/asyncore.py|handle_read_event|440] 
[stdin|handle_read|4] [/home/morph/python-dev/py3k/Lib/asyncore.py|send|550] 
[/home/morph/python-dev/py3k/Lib/asyncore.py|initiate_send|537] 
[/home/morph/python-dev/py3k/Lib/asyncore.py|send|367])

--
assignee: sandro.tosi
files: asyncore-notraceback-py3k.patch
keywords: patch
messages: 128744
nosy: giampaolo.rodola, sandro.tosi
priority: low
severity: normal
stage: patch review
status: open
title: asyncore - don't throw a traceback when a client disconnects in echo 
server example
Added file: http://bugs.python.org/file20778/asyncore-notraceback-py3k.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-17 Thread Sandro Tosi

Changes by Sandro Tosi sandro.t...@gmail.com:


--
components: +Documentation

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-17 Thread Giampaolo Rodola'

Giampaolo Rodola' g.rod...@gmail.com added the comment:

+1

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-17 Thread Sandro Tosi

Sandro Tosi sandro.t...@gmail.com added the comment:

well, since we are at it, sed 's/abasic/a basic/' in the first line of echo 
server example; I'm too lazy to regenerate the patch tho :)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com