From: Benjamin Peterson Date: Sat, 8 Nov 2008 17:07:06 +0000 (+0000) Subject: clarify what was added X-Git-Tag: v2.7a1~2668 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=942e4779b05dbf382e9b59a56a31ba311fa6e4d5;p=thirdparty%2FPython%2Fcpython.git clarify what was added --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f5b53ea4dc37..daa27040f329 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -239,7 +239,7 @@ available. They are listed here in alphabetical order. ``'\n'``. .. versionchanged:: 2.3 - The *flags* and *dont_inherit* arguments. + The *flags* and *dont_inherit* arguments were added. .. versionchanged:: 2.6 Support for compiling AST objects.