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

Skip to content

Commit ac5a4e3

Browse files
committed
add hints about doco
1 parent dabb11b commit ac5a4e3

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,28 @@ The source compiles and runs out of the box on more platforms than
1010
ever -- including Windows NT. Makefiles or projects for a variety of
1111
non-UNIX platforms are provided.
1212

13-
Apology: many new features are badly documented or not at all. I had
13+
APOLOGY: some new features are badly documented or not at all. I had
1414
the choice -- postpone the new release indefinitely, or release it
15-
now, with working code but some undocumented areas...
15+
now, with working code but some undocumented areas. The problem with
16+
postponing the release is that people continue to suffer from existing
17+
bugs, and send me patches based on the previous release -- which I
18+
can't apply directly because my own source has changed. Also, some
19+
new modules (like signal) have been ready for release for quite some
20+
time, and people are anxiously waiting for them. In the case of
21+
signal, the interface is simple enough to figure out without
22+
documentation (if you're anxious enough :-). In this case it was not
23+
simple to release the module on its own, since it relies on many small
24+
patches elsewhere in the source.
25+
26+
For most new Python modules, the source code contains comments that
27+
explain how to use them. Documentation for the Tk interface, written
28+
by Matt Conway, is available as tkinter-doc.tar.gz from the Python
29+
home and mirror ftp sites (see Misc/FAQ for ftp addresses). For the
30+
new operator overloading facilities, have a look at Demo/classes:
31+
Complex.py and Rat.py show how to implement a numeric type without and
32+
with __coerce__ method. Also have a look at the end of the Tutorial
33+
document (Doc/tut.tex). If you're still confused: use the newsgroup
34+
or mailing list.
1635

1736

1837
New language features:

0 commit comments

Comments
 (0)