[New-bugs-announce] [issue1727] VC6 build patch for python3000

Hirokazu Yamamoto report at bugs.python.org
Thu Jan 3 11:44:42 CET 2008


New submission from Hirokazu Yamamoto:

Build succeeded. So many errors on test_mailbox.py, and following error 
on test_float.py were reported.

======================================================================
FAIL: test_nan_from_str (__main__.InfNanTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_float.py", line 203, in test_nan_from_str
    self.assert_(isnan(float("nan")))
AssertionError: None

# I renamed 'fortran' in Include/abstract.h to 'fort' because VC6 
said 'fortran' is preserved word for compatibility sake.

----------
components: Build
files: vc6-py3k.patch
messages: 59127
nosy: ocean-city
severity: normal
status: open
title: VC6 build patch for python3000
versions: Python 3.0
Added file: http://bugs.python.org/file9048/vc6-py3k.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1727>
__________________________________


More information about the New-bugs-announce mailing list