[New-bugs-announce] [issue6195] Serious regression in doctest in Py3.1rc1

Lisandro Dalcin report at bugs.python.org
Thu Jun 4 23:42:59 CEST 2009


New submission from Lisandro Dalcin <dalcinl at gmail.com>:

When doctests are written in docstrings from C extension modules,
'doctest' reads the binary extension module file.

The attached one-line patch seems to fix the problem, it is in fact very
similar to patch for issue4050 related to 'inspect'.

----------
components: Library (Lib), Tests
files: doctest.diff
keywords: patch
messages: 88907
nosy: dalcinl, scoder
severity: normal
status: open
title: Serious regression in doctest in Py3.1rc1
versions: Python 3.1
Added file: http://bugs.python.org/file14187/doctest.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6195>
_______________________________________


More information about the New-bugs-announce mailing list