diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-31 18:03:30 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-31 18:03:30 (GMT) |
commit | 8df168cc7b2798786514a97396da57d334c90f70 (patch) | |
tree | 0bba7becda52e4c141b37056518cb09595815bd8 /Doc/howto/functional.rst | |
parent | eb90caa48dc0c690be141cb28ad0aed1c3feebd0 (diff) | |
parent | 1abde3628b1385127366446026b655b551656322 (diff) | |
download | cpython-8df168cc7b2798786514a97396da57d334c90f70.zip cpython-8df168cc7b2798786514a97396da57d334c90f70.tar.gz cpython-8df168cc7b2798786514a97396da57d334c90f70.tar.bz2 |
merge with 3.2
Diffstat (limited to 'Doc/howto/functional.rst')
-rw-r--r-- | Doc/howto/functional.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index 175eeae..8934d5e 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -1151,9 +1151,9 @@ Text Processing". Mertz also wrote a 3-part series of articles on functional programming for IBM's DeveloperWorks site; see -`part 1 <http://www-128.ibm.com/developerworks/library/l-prog.html>`__, -`part 2 <http://www-128.ibm.com/developerworks/library/l-prog2.html>`__, and -`part 3 <http://www-128.ibm.com/developerworks/linux/library/l-prog3.html>`__, +`part 1 <http://www.ibm.com/developerworks/linux/library/l-prog/index.html>`__, +`part 2 <http://www.ibm.com/developerworks/linux/library/l-prog2/index.html>`__, and +`part 3 <http://www.ibm.com/developerworks/linux/library/l-prog3/index.html>`__, Python documentation |