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 steven.daprano
Recipients otst, steven.daprano
Date 2018-11-19.08:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542616227.15.0.788709270274.issue35274@psf.upfronthosting.co.za>
In-reply-to
Content
I'm afraid I can't reproduce that in Python 3.5.2 or 3.6.4.

Can you try this?

from time import time
print(time(), '\x98', time()); print(time())

and copy and paste the results.

What terminal/console are you using? If you change to a different console, does the problem go away?
History
Date User Action Args
2018-11-19 08:30:27steven.dapranosetrecipients: + steven.daprano, otst
2018-11-19 08:30:27steven.dapranosetmessageid: <1542616227.15.0.788709270274.issue35274@psf.upfronthosting.co.za>
2018-11-19 08:30:27steven.dapranolinkissue35274 messages
2018-11-19 08:30:27steven.dapranocreate