mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Add version added info for with statement and context managers
This commit is contained in:
parent
168e99f6db
commit
d03b073e9b
3 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
\declaremodule{standard}{contextlib}
|
||||
\modulesynopsis{Utilities for \keyword{with}-statement contexts.}
|
||||
|
||||
\versionadded{2.5}
|
||||
|
||||
This module provides utilities for common tasks involving the
|
||||
\keyword{with} statement.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue