[issue15978] asyncore: included batteries don't fit

2012-09-22 Thread chrysn
chrysn added the comment: i've redirected my request to python-ideas as suggested. for future reference, my email can be found at http://mail.python.org/pipermail/python-ideas/2012-September/016185.html -- ___ Python tracker

[issue15978] asyncore: included batteries don't fit

2012-09-22 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue15978] asyncore: included batteries don't fit

2012-09-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think discussion of this idea on python-ideas list would be better. There might be some controversy and alternatives presented. With a positive response, a PEP should probably follow with details on a module by module basis. As this stands, this is not reall

[issue15978] asyncore: included batteries don't fit

2012-09-20 Thread chrysn
chrysn added the comment: i'm aware this is ambitious, and hope that at least the individual sub-agendas will be manageable. as for vague, i can enhance it (i'd start refining the individual sub-agendas -- or do you think the "big picture" needs more details too?). integration of frameworks i

[issue15978] asyncore: included batteries don't fit

2012-09-19 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: The proposal looks way too ambitious and vaguely defined to me to say the least. Integrating any async framework into another one which uses a blocking concurrency model is hard. If that async framework is asyncore is usually also a bad idea. -- __

[issue15978] asyncore: included batteries don't fit

2012-09-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Library (Lib) nosy: +giampaolo.rodola, josiahcarlson, stutzbach type: -> enhancement versions: +Python 3.4 ___ Python tracker ___ _

[issue15978] asyncore: included batteries don't fit

2012-09-19 Thread chrysn
New submission from chrysn: the asyncore module would be much more useful if it were well integrated in the standard library. in particular, it should be supported by: * subprocess * BaseHTTPServer / http.server (and thus, socketserver) * urllib2 / urllib, http.client * probably many other netw