mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Two small additions to make it identical to the obsolete Frame version.
This commit is contained in:
parent
dc1dab18a5
commit
0bd3795d6a
1 changed files with 5 additions and 1 deletions
|
|
@ -13,11 +13,15 @@ fact you would probably end up implementing quite a different language.
|
||||||
On the other hand, if you are using
|
On the other hand, if you are using
|
||||||
Python and wonder what the precise rules about a particular area of
|
Python and wonder what the precise rules about a particular area of
|
||||||
the language are, you should definitely be able to find them here.
|
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
|
It is dangerous to add too many implementation details to a language
|
||||||
reference document --- the implementation may change, and other
|
reference document --- the implementation may change, and other
|
||||||
implementations of the same language may work differently. On the
|
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
|
its particular quirks are sometimes worth being mentioned, especially
|
||||||
where the implementation imposes additional limitations. Therefore,
|
where the implementation imposes additional limitations. Therefore,
|
||||||
you'll find short ``implementation notes'' sprinkled throughout the
|
you'll find short ``implementation notes'' sprinkled throughout the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue