diff options
author | Georg Brandl <georg@python.org> | 2012-10-01 16:56:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-10-01 16:56:55 (GMT) |
commit | 4a6ca2186a8f487831d3c5d14f7d037a614a77d2 (patch) | |
tree | 3792e955cfa55fdd6cb9d244d61f92c454133e01 /Doc | |
parent | 8a9f93699f9e050e22d22006df0d4821beec641f (diff) | |
parent | 621302c3f45eb089754d779b3c4406c4410b52f8 (diff) | |
download | cpython-4a6ca2186a8f487831d3c5d14f7d037a614a77d2.zip cpython-4a6ca2186a8f487831d3c5d14f7d037a614a77d2.tar.gz cpython-4a6ca2186a8f487831d3c5d14f7d037a614a77d2.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index a1815fc..ee4fde4 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -313,7 +313,7 @@ Python version when a more recent version is installed). In addition to the launcher, the Windows installer now includes an option to add the newly installed Python to the system PATH (contributed -by Brian Curtain in :issue:`3561`). +by Brian Curtin in :issue:`3561`). .. seealso:: |