[Python-checkins] [python/cpython] 2e6246: bpo-29679: Implement @contextlib.asynccontextmanag...

GitHub noreply at github.com
Sun Apr 30 21:25:59 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 2e624690bd74071358566300b7ef0bc45f444a30
      https://github.com/python/cpython/commit/2e624690bd74071358566300b7ef0bc45f444a30
  Author: Jelle Zijlstra <jelle.zijlstra at gmail.com>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
    M Doc/library/contextlib.rst
    M Doc/reference/datamodel.rst
    M Doc/whatsnew/3.7.rst
    M Lib/contextlib.py
    A Lib/test/test_contextlib_async.py

  Log Message:
  -----------
  bpo-29679: Implement @contextlib.asynccontextmanager (#360)




More information about the Python-checkins mailing list