Re: [Python-Dev] [python-tulip] Need help to finish asyncio documentation

2014-02-08 Thread Guido van Rossum
On Sat, Feb 8, 2014 at 3:47 PM, Antoine Pitrou wrote: > On Sat, 8 Feb 2014 15:32:23 -0800 > Guido van Rossum wrote: > > We could really use more help reviewing and finishing asyncio's docs! > > Well, it's probably difficult for people to help when they are not > acquainted with the details of as

Re: [Python-Dev] [python-tulip] Need help to finish asyncio documentation

2014-02-08 Thread Antoine Pitrou
On Sat, 8 Feb 2014 15:32:23 -0800 Guido van Rossum wrote: > We could really use more help reviewing and finishing asyncio's docs! Well, it's probably difficult for people to help when they are not acquainted with the details of asyncio's functioning :-) Regards Antoine. __