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 gregory.p.smith
Recipients Ben.Darnell, Dima.Tisnek, Safihre, christian.heimes, gregory.p.smith, jab, martin.panter, miss-islington, nikratio, remi.lapeyre, shevis, xgdomingo
Date 2020-08-15.17:03:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597510985.12.0.011766984838.issue31122@roundup.psfhosted.org>
In-reply-to
Content
Thanks!

fyi for confirmation incase anyone doubted:

>>> issubclass(ssl.SSLEOFError, OSError)
True

So from a code point of view, anything already catching the error still catches the error.  100% bugfix.
History
Date User Action Args
2020-08-15 17:03:05gregory.p.smithsetrecipients: + gregory.p.smith, christian.heimes, jab, nikratio, Ben.Darnell, martin.panter, Dima.Tisnek, Safihre, xgdomingo, miss-islington, remi.lapeyre, shevis
2020-08-15 17:03:05gregory.p.smithsetmessageid: <1597510985.12.0.011766984838.issue31122@roundup.psfhosted.org>
2020-08-15 17:03:05gregory.p.smithlinkissue31122 messages
2020-08-15 17:03:05gregory.p.smithcreate