From 9196f97c9e6ee1b462fe4d00c5a5a630d4074abe Mon Sep 17 00:00:00 2001 From: Marc Abramowitz <@msabramo> Date: Mon, 14 Sep 2015 22:34:25 -0700 Subject: [PATCH] README.md: Link to docs for stdlib contextlib --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2762fe5..2814942 100644 --- a/README.md +++ b/README.md @@ -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 -----------