diff options
author | Georg Brandl <georg@python.org> | 2008-02-16 09:37:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-16 09:37:32 (GMT) |
commit | 943321d586f3ce1d084995c66fe85137d8b8ebf8 (patch) | |
tree | cfdf1b6e850f90b978964199442a5e17d7747e09 /Doc/howto | |
parent | 71fa93af224a221ae3c4d951a587a99d795d3a9d (diff) | |
download | cpython-943321d586f3ce1d084995c66fe85137d8b8ebf8.zip cpython-943321d586f3ce1d084995c66fe85137d8b8ebf8.tar.gz cpython-943321d586f3ce1d084995c66fe85137d8b8ebf8.tar.bz2 |
#2120: broken links in advocacy document.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/advocacy.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/howto/advocacy.rst b/Doc/howto/advocacy.rst index 669ce72..407bf9f 100644 --- a/Doc/howto/advocacy.rst +++ b/Doc/howto/advocacy.rst @@ -160,7 +160,7 @@ for "compact": don't merge cleanly into the overall design scheme (thus, some fans of Classic C maintain that ANSI C is no longer compact). - (From http://www.catb.org/ esr/jargon/html/C/compact.html) + (From http://www.catb.org/~esr/jargon/html/C/compact.html) In this sense of the word, Python is quite compact, because the language has just a few ideas, which are used in lots of places. Take namespaces, for @@ -174,14 +174,14 @@ standard dictionary data type: .keys() returns all the keys, and so forth. This simplicity arises from Python's development history. The language syntax derives from different sources; ABC, a relatively obscure teaching language, is one primary influence, and Modula-3 is another. (For more information about ABC -and Modula-3, consult their respective Web sites at http://www.cwi.nl/ -steven/abc/ and http://www.m3.org.) Other features have come from C, Icon, +and Modula-3, consult their respective Web sites at http://www.cwi.nl/~steven/abc/ +and http://www.m3.org.) Other features have come from C, Icon, Algol-68, and even Perl. Python hasn't really innovated very much, but instead has tried to keep the language small and easy to learn, building on ideas that have been tried in other languages and found useful. Simplicity is a virtue that should not be underestimated. It lets you learn the -language more quickly, and then rapidly write code, code that often works the +language more quickly, and then rapidly write code -- code that often works the first time you run it. @@ -266,7 +266,7 @@ the organizations that use Python. They're practically nonexistent. Consult the :file:`Misc/COPYRIGHT` file in the source distribution, or the section :ref:`history-and-license` for the full -language, but it boils down to three conditions. +language, but it boils down to three conditions: * You have to leave the copyright notice on the software; if you don't include the source code in a product, you have to put the copyright notice in the |