[XML-SIG] Ann: xvif 0.2.0

Michael McLay mclay@nist.gov
Tue, 1 Oct 2002 10:41:51 -0400


On Friday 27 September 2002 07:48 am, Eric van der Vlist wrote:
> The definition of xs:integer for instance matches quite well the Python
> "long" builtin type:
>
> class integerType(long, _Numeric):
> 	"""
> 	"""

The Python long type has been merged with int and if I recall corrrectly the 
use of long has been deprecated. The syntax for int literals would also be 
more compatible with xs:integer than the long literals.