summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.3.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 09:57:37 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 09:57:37 (GMT)
commitb7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (patch)
treedb84fdf0d6f2174731bf55700464e9ff3ec7307e /Doc/whatsnew/2.3.rst
parent0ef496678a4908d321596043156fefeaf6e8afae (diff)
downloadcpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.zip
cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.gz
cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.bz2
Fixing broken links in doc, part 4: some more breaks and redirects
Diffstat (limited to 'Doc/whatsnew/2.3.rst')
-rw-r--r--Doc/whatsnew/2.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.3.rst b/Doc/whatsnew/2.3.rst
index 691447c..f478c09 100644
--- a/Doc/whatsnew/2.3.rst
+++ b/Doc/whatsnew/2.3.rst
@@ -1330,7 +1330,7 @@ complete list of changes, or look through the CVS logs for all the details.
(Contributed by Kevin O'Connor.)
* The IDLE integrated development environment has been updated using the code
- from the IDLEfork project (http://idlefork.sf.net). The most notable feature is
+ from the IDLEfork project (http://idlefork.sourceforge.net). The most notable feature is
that the code being developed is now executed in a subprocess, meaning that
there's no longer any need for manual ``reload()`` operations. IDLE's core code
has been incorporated into the standard library as the :mod:`idlelib` package.