This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, gvanrossum, martin.panter, vstinner
Date 2013-11-22.18:56:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385146572.69.0.969991087485.issue19291@psf.upfronthosting.co.za>
In-reply-to
Content
I need help!

There is one urgent issue: should the chapter on asyncio go into section 17 (Concurrent Execution) or section 18 (Interprocess Communication and Networking)???  It would seem that event loops and coroutines fit better in section 17, while transports and protocols fit better in section 18. :-(  HELP!!

After that, I need help writing the docs. Most of it can probably be copy-pasted from PEP 3156, but I haven't written Python docs for a long time and I could use some help with how to structure it.  Ideally we'd find some volunteers who enjoy writing documentation to take over this project.

In the mean time, I have a patch that adds a stub with a reference to the PEP, so people can at least navigate to the docs without already knowing the PEP number.  It adds it to section 17 for now.
History
Date User Action Args
2013-11-22 18:56:12gvanrossumsetrecipients: + gvanrossum, georg.brandl, vstinner, giampaolo.rodola, ezio.melotti, eric.araujo, martin.panter
2013-11-22 18:56:12gvanrossumsetmessageid: <1385146572.69.0.969991087485.issue19291@psf.upfronthosting.co.za>
2013-11-22 18:56:12gvanrossumlinkissue19291 messages
2013-11-22 18:56:12gvanrossumcreate