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 Justin Fay
Recipients Justin Fay
Date 2019-05-29.10:37:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Using python3.6 and calling `time.sleep` with an invalid argument the `TypeError` raised has the error message "TypeError: an integer is required". This is not the case as a float or integer is acceptable. Using python 2.7 the error message given is better "TypeError: a float is required".
History
Date User Action Args
2019-05-29 10:37:02Justin Faysetrecipients: + Justin Fay
2019-05-29 10:37:02Justin Faysetmessageid: <[email protected]>
2019-05-29 10:37:02Justin Faylinkissue37086 messages
2019-05-29 10:37:02Justin Faycreate