From 5743f6ae78cf0e000da7cf103085981444d2eb86 Mon Sep 17 00:00:00 2001 From: Gregor Best Date: Tue, 12 May 2015 09:29:55 +0200 Subject: [PATCH] Add `versionadded` tag to nonlocal doc --- docs/language/api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/language/api.rst b/docs/language/api.rst index 8a10a88..238f7d3 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -1011,6 +1011,8 @@ conditional expression. Some examples: nonlocal -------- +.. versionadded:: 0.11.1 + **PYTHON 3.0 AND UP ONLY!** ``nonlocal`` can be used to mark a symbol as not local to the current scope.