[Python-checkins] CVS: python/nondist/peps pep-0285.txt,1.14,1.15

Guido van Rossum gvanrossum@users.sourceforge.net
Sun, 31 Mar 2002 15:02:30 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31266

Modified Files:
	pep-0285.txt 
Log Message:
Add reference to COM.


Index: pep-0285.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0285.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** pep-0285.txt	31 Mar 2002 11:26:16 -0000	1.14
--- pep-0285.txt	31 Mar 2002 23:02:27 -0000	1.15
***************
*** 138,142 ****
      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.
  
      The standard bool type can also serve as a way to force a value to
--- 138,143 ----
      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.  (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