[issue32418] Implement Server.get_loop() method

2017-12-30 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32418] Implement Server.get_loop() method

2017-12-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset ffcb4c0165827d0a48ea973cc88bc134c74879fb by Andrew Svetlov in branch 'master': bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) https://github.com/python/cpython/commit/ffcb4c0165827d0a48ea973cc88bc134c74879fb

[issue32418] Implement Server.get_loop() method

2017-12-30 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +4933 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32418] Implement Server.get_loop() method

2017-12-23 Thread Srinivas Reddy T
Change by Srinivas Reddy T : -- keywords: +patch pull_requests: +4886 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue32418] Implement Server.get_loop() method

2017-12-23 Thread Andrew Svetlov
New submission from Andrew Svetlov : Future and Task will have the method (bpo-32415) AbstractServer and Server should support it too. -- components: Library (Lib), asyncio messages: 308963 nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Implement Server.