Terry J. Reedy <tjre...@udel.edu> added the comment:

'IntType' refers to the 2.x alias types.IntType for int.
Such aliases were removed in the 3.x types module, so 'IntType' is a 
meaningless term in 3.x docs and should be changed to 'int' therein.

If the Python type for IDL boolean cannot be changed to 'bool', then please 
make it 'bool or int' so that people will know that they might get either and 
so that the doc and minidom will agree with each other.

----------
nosy: +tjreedy
versions: +Python 3.1, Python 3.2 -Python 2.6, Python 3.0

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1495229>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to