This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cheryl.sabella, piscvau@yahoo.fr, taleinat, terry.reedy
Date 2018-09-07.19:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536349310.94.0.56676864532.issue34609@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-09-07 19:41:50terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella, piscvau@yahoo.fr
2018-09-07 19:41:50terry.reedysetmessageid: <1536349310.94.0.56676864532.issue34609@psf.upfronthosting.co.za>
2018-09-07 19:41:50terry.reedylinkissue34609 messages
2018-09-07 19:41:50terry.reedycreate