[issue42906] python3 -m doctest test.py tests the stdlib "time" module instead

2021-01-12 Thread Stijn van Drongelen
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

[issue42906] python3 -m doctest test.py tests the stdlib "time" module instead

2021-01-12 Thread Stijn van Drongelen
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

[issue1610] test_socket.py fails

2008-10-05 Thread Stijn van Drongelen
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

[issue2866] syntax error in fix_imports.py

2008-05-15 Thread Stijn van Drongelen
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)

[issue2865] syntax error in fix_imports.py

2008-05-15 Thread Stijn van Drongelen
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)