[issue29097] datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python 3.6
Jerome Leclanche added the comment: Anything holding up the PR? Looks good at a glance, would be nice to get this landed in time for 3.7. -- nosy: +jleclanche ___ Python tracker <https://bugs.python.org/issue29
[issue29183] Unintuitive error handling in wsgiref when a crash happens in write() or close()
New submission from Jerome Leclanche: TLDR: When an error happens in the wsgiref's write() or close(), stack traces get inundated with irrelevant yet legitimate errors which make it hard to track down the real issue. Couple of examples of this happening in practice: https://stackoverflo