[Python-Dev] Summary of Python tracker Issues

2015-07-03 Thread Python tracker
ACTIVITY SUMMARY (2015-06-26 - 2015-07-03) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4922 (+14) closed 31399 (+30) total 36321 (+44) Open issues wit

Re: [Python-Dev] Importance of "async" keyword

2015-07-03 Thread Nick Coghlan
On 3 July 2015 at 06:55, Sven R. Kunze wrote: > My understanding of coloring is "needs special treatment". > > Being special or not (containing an 'await' or not), as long as I don't need > to care, I can call them either way (with 'await' or not) and each case > works sensibly that's fine with me