mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
README.md: Link to docs for stdlib contextlib
This commit is contained in:
parent
4b3a8bd531
commit
9196f97c9e
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
|
||||
contextlib2 is a backport of the [standard library's contextlib
|
||||
module](https://docs.python.org/3.5/library/contextlib.html) to
|
||||
earlier Python versions.
|
||||
|
||||
It also serves as a real world proving ground for possible future enhancements to the standard library version.
|
||||
It also serves as a real world proving ground for possible future
|
||||
enhancements to the standard library version.
|
||||
|
||||
Development
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Reference in a new issue