Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bd3795

Browse files
committed
Two small additions to make it identical to the obsolete Frame version.
1 parent dc1dab1 commit 0bd3795

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/ref/ref1.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ \chapter{Introduction}
1313
On the other hand, if you are using
1414
Python and wonder what the precise rules about a particular area of
1515
the language are, you should definitely be able to find them here.
16+
If you would like to see a more formal definitition of the language,
17+
maybe you could volunteer your time --- or invent a cloning machine
18+
:-).
1619

1720
It is dangerous to add too many implementation details to a language
1821
reference document --- the implementation may change, and other
1922
implementations of the same language may work differently. On the
20-
other hand, there is currently only one Python implementation, and
23+
other hand, there is currently only one Python implementation in
24+
widespread use (although a second one now exists!), and
2125
its particular quirks are sometimes worth being mentioned, especially
2226
where the implementation imposes additional limitations. Therefore,
2327
you'll find short ``implementation notes'' sprinkled throughout the

0 commit comments

Comments
 (0)