mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
ed0425c60a
If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes.