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 ulope
Recipients docs@python, gvanrossum, ulope, yselivanov
Date 2016-11-15.16:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479225811.34.0.0222578393475.issue28697@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for asyncio's Lock, Condition and Semaphore should use the new clean `async with lock:` syntax instead of the older (and IMO rather ugly) `with (yield from lock):` version.
History
Date User Action Args
2016-11-15 16:03:31ulopesetrecipients: + ulope, gvanrossum, docs@python, yselivanov
2016-11-15 16:03:31ulopesetmessageid: <1479225811.34.0.0222578393475.issue28697@psf.upfronthosting.co.za>
2016-11-15 16:03:31ulopelinkissue28697 messages
2016-11-15 16:03:30ulopecreate