Re: [Python-Dev] [Python-checkins] r64407 - python/trunk/Doc/library/multiprocessing.rst

2008-06-20 Thread A.M. Kuchling
On Thu, Jun 19, 2008 at 05:16:38PM -0400, Jesse Noller wrote: Where would that chapter end up (source-wise) I think a few of us might have additional things to add ;) This would be Doc/library/ipc.rst. The chapter is 'Interprocess Communication and Networking'. Is anyone else finding it

Re: [Python-Dev] [Python-checkins] r64407 - python/trunk/Doc/library/multiprocessing.rst

2008-06-20 Thread Bill Janssen
Is anyone else finding it increasingly odd that subprocess, signal, socket/ssl, and syncore are in the same chapter? I'm tempted to move socket, ssl, asyncore+asynchat into a 'networking' chapter, and then also move SocketServer from the 'Internet Protocols' chapter into this new chapter.

Re: [Python-Dev] [Python-checkins] r64407 - python/trunk/Doc/library/multiprocessing.rst

2008-06-19 Thread A.M. Kuchling
On Thu, Jun 19, 2008 at 03:04:11PM -0500, Benjamin Peterson wrote: I don't think the whole introduction had to go. I think it helped give some idea of how multiprocessing works before jumping straight to the API reference. I don't think overview material like that should be buried inside the

Re: [Python-Dev] [Python-checkins] r64407 - python/trunk/Doc/library/multiprocessing.rst

2008-06-19 Thread Benjamin Peterson
On Thu, Jun 19, 2008 at 3:30 PM, A.M. Kuchling [EMAIL PROTECTED] wrote: My plan is to move multiprocessing from the 'Optional OS Services' chapter to the 'Interprocess Communication' chapter, and then expand the introduction of the chapter to discuss the GIL and related issues. Presumably it

Re: [Python-Dev] [Python-checkins] r64407 - python/trunk/Doc/library/multiprocessing.rst

2008-06-19 Thread Jesse Noller
Where would that chapter end up (source-wise) I think a few of us might have additional things to add ;) On Thu, Jun 19, 2008 at 4:30 PM, A.M. Kuchling [EMAIL PROTECTED] wrote: On Thu, Jun 19, 2008 at 03:04:11PM -0500, Benjamin Peterson wrote: I don't think the whole introduction had to go. I