Stijn van Drongelen added the comment:
Reproducible in Python 3.8.7 and 3.9.1.
--
versions: +Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.org/issue42
New submission from Stijn van Drongelen :
I have two files, named time.py and time_.py, with the same contents:
def foo():
"""Returns 1.
>>> foo()
1
"""
return 1
When I run
python3 -m doctest -v
Stijn van Drongelen <[EMAIL PROTECTED]> added the comment:
Reproducable with Python3.0rc1 on Debian lenny, only when nscd is running.
Not a Python bug.
--
nosy: +Tinctorius
versions: +Python 3.0
___
Python tracker <[EMAIL PROTECTE
New submission from Stijn van Drongelen <[EMAIL PROTECTED]>:
In the current revision of 2to3 (63319), somebody forgot a comma at the
end of line 27 of lib2to3/fix_imports.py, resulting in a syntax error.
--
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
New submission from Stijn van Drongelen <[EMAIL PROTECTED]>:
In the current revision of 2to3 (63319), somebody forgot a comma at the
end of line 27 of lib2to3/fix_imports.py, resulting in a syntax error.
--
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)