A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2014-November/137256.html below:

[Python-Dev] PEP 479 and asyncio

[Python-Dev] PEP 479 and asyncio [Python-Dev] PEP 479 and asyncioOlemis Lang olemis at gmail.com
Fri Nov 28 16:21:51 CET 2014
correction ...

On 11/28/14, Olemis Lang <olemis at gmail.com> wrote:
>
> try:
>    ...
> except RuntimeError:
>    return
>

... should be

{{{#!py

# inside generator function body

try:
   ...
except StopIteration:
   return
}}}

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4