Message324788
I cannot confirm this. I tested 3.6.6 on Windows 10 with tem3.py containing
import unittest
print unittest
I ran this twice, without and with debug on. The output:
======================== RESTART: F:\Python\a\tem3.py ========================
<module 'unittest' from 'C:\\Programs\\Python36\\lib\\unittest\\__init__.py'>
>>>
[DEBUG ON]
>>>
======================== RESTART: F:\Python\a\tem3.py ========================
<module 'unittest' from 'C:\\Programs\\Python36\\lib\\unittest\\__init__.py'>
[DEBUG ON]
>>>
On the second run, I hit the [Go] button on Debug Control. The minimal program above needs to be tested with 3.6.6 or 3.7.0 on Linux. |
|
Date |
User |
Action |
Args |
2018-09-07 19:41:50 | terry.reedy | set | recipients:
+ terry.reedy, taleinat, cheryl.sabella, piscvau@yahoo.fr |
2018-09-07 19:41:50 | terry.reedy | set | messageid: <1536349310.94.0.56676864532.issue34609@psf.upfronthosting.co.za> |
2018-09-07 19:41:50 | terry.reedy | link | issue34609 messages |
2018-09-07 19:41:50 | terry.reedy | create | |
|