diff options
author | Guido van Rossum <guido@python.org> | 1998-06-15 16:27:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-06-15 16:27:37 (GMT) |
commit | 0bd3795d6a0afb2efb77b127d9234c7bbd23ea8f (patch) | |
tree | 9a934744726a72b5d50faffc5bc43ec5e4c684f7 /Doc | |
parent | dc1dab18a588ae8242ea0abf71ff3892fdb10d5d (diff) | |
download | cpython-0bd3795d6a0afb2efb77b127d9234c7bbd23ea8f.zip cpython-0bd3795d6a0afb2efb77b127d9234c7bbd23ea8f.tar.gz cpython-0bd3795d6a0afb2efb77b127d9234c7bbd23ea8f.tar.bz2 |
Two small additions to make it identical to the obsolete Frame version.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref1.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/ref/ref1.tex b/Doc/ref/ref1.tex index d6c23c8..b611d9c 100644 --- a/Doc/ref/ref1.tex +++ b/Doc/ref/ref1.tex @@ -13,11 +13,15 @@ fact you would probably end up implementing quite a different language. On the other hand, if you are using Python and wonder what the precise rules about a particular area of the language are, you should definitely be able to find them here. +If you would like to see a more formal definitition of the language, +maybe you could volunteer your time --- or invent a cloning machine +:-). It is dangerous to add too many implementation details to a language reference document --- the implementation may change, and other implementations of the same language may work differently. On the -other hand, there is currently only one Python implementation, and +other hand, there is currently only one Python implementation in +widespread use (although a second one now exists!), and its particular quirks are sometimes worth being mentioned, especially where the implementation imposes additional limitations. Therefore, you'll find short ``implementation notes'' sprinkled throughout the |