Add reference to COM.

This commit is contained in:
Guido van Rossum 2002-03-31 23:02:27 +00:00
parent f9691ffbc7
commit e2e9ade45e
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ Rationale
easier if the language offered a standard Boolean type. This also
applies to Jython: some Java classes have separately overloaded
methods or constructors for int and boolean arguments. The bool
type can be used to select the boolean variant.
type can be used to select the boolean variant. (The same is
apparently the case for some COM interfaces.)
The standard bool type can also serve as a way to force a value to
be interpreted as a Boolean, which can be used to normalize