bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' by hugovk · Pull Request #32354 · python/cpython
Could you make serve echo The serve target was removed, use htmlview instead (see [bpo-36329](https://bugs.python.org/issue36329)), to help anyone still using it?
Also, could you keep the example in wsgiref docs? It has a purpose there. (Maybe it could be simplified to focus on serving, better commented, and moved to Doc/, of course. But it shouldn't be removed.)