[issue29097] datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python 3.6

2017-12-27 Thread Jerome Leclanche
Jerome Leclanche <jer...@leclan.ch> 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 <rep...@bugs.python.org> <https://

[issue29183] Unintuitive error handling in wsgiref when a crash happens in write() or close()

2017-01-06 Thread Jerome Leclanche
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://stackoverflow.com