commit | f3ad042bfb1ea4de7358d1c7cd8b5a2eb9e21d01 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Apr 15 10:51:30 2016 -0700 |
committer | Brett Cannon <brett@python.org> | Fri Apr 15 10:51:30 2016 -0700 |
tree | 16d04d4a627fb1e6bbd19d3b18285f1b8131265f | |
parent | 3c149a6832a728281dc87bc6e111117af51059e0 [diff] |
Issue #25609: Backport typing.ContextManager. This has no semantic impact as the class is guarded with a hasattr() check; this is being done to keep typing.py in sync between Python 3.5 and 3.6 as requested by Guido.