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 eamanu, mark.dickinson, porton, steven.daprano, vinay.sajip, xtreak
Date 2018-12-19.10:43:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20181219104341.GE13061@ando.pearwood.info>
In-reply-to <1545213758.22.0.788709270274.issue35530@psf.upfronthosting.co.za>
Content
> That's true. Maybe and warning or Exception can be raise?

Why would we raise a warning or exception for expected behaviour? 
logging.error() and some_instance.error() don't necessarily produce the 
same output. What would the exception say?

    FatalError: no error occurred

*wink*

> and 3.8?

If you have 3.8 installed, feel free to test the code yourself and 
report what happens.
History
Date User Action Args
2018-12-19 10:43:47steven.dapranosetrecipients: + steven.daprano, vinay.sajip, mark.dickinson, porton, eamanu, xtreak
2018-12-19 10:43:47steven.dapranolinkissue35530 messages
2018-12-19 10:43:47steven.dapranocreate