You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
I am tired of writing self.event_loop where self.loop would do. Some code
already uses just loop. Let's use loop for all new code, and fix existing code
opportunistically, one file at a time.
Note: I don't think we should change the official APIs. Just local and
instance variables used to hold the current event loop.
Original issue reported on code.google.com by gvanrossum@gmail.com on 25 Apr 2013 at 5:50