From: R David Murray Date: Wed, 18 Sep 2013 00:10:23 +0000 (-0400) Subject: Merge: Add versionchanged for #14984, remove extra blank from string. X-Git-Tag: v2.7.6rc1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba58e1d827445c3132a8b1a2d587c7e5eb9d5531;p=python Merge: Add versionchanged for #14984, remove extra blank from string. --- ba58e1d827445c3132a8b1a2d587c7e5eb9d5531 diff --cc Doc/library/netrc.rst index c693cea87e,1b53efc542..713c8dfc41 --- a/Doc/library/netrc.rst +++ b/Doc/library/netrc.rst @@@ -32,6 -28,8 +32,8 @@@ the Unix :program:`ftp` program and oth This implements security behavior equivalent to that of ftp and other programs that use :file:`.netrc`. - .. versionchanged:: 2.6.9 Added the POSIX permissions check. ++ .. versionchanged:: 2.7.6 Added the POSIX permissions check. + .. exception:: NetrcParseError