Message338224
| Author | matrixise |
|---|---|
| Recipients | docs@python, matrixise |
| Date | 2019-03-18.13:57:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552917459.29.0.295748589939.issue36345@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The Makefile of Doc/ has a `serve` target. Currently, this one uses `Tools/scripts/serve.py`. But since 3.7, this script could be replaced by `python -m http.server -d directory`. @mdk and myself thinking we could deprecate `Tools/scripts/serve.py` with a warning and propose to use `-m http.server -d directory` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-18 13:57:39 | matrixise | set | recipients: + matrixise, docs@python |
| 2019-03-18 13:57:39 | matrixise | set | messageid: <1552917459.29.0.295748589939.issue36345@roundup.psfhosted.org> |
| 2019-03-18 13:57:39 | matrixise | link | issue36345 messages |
| 2019-03-18 13:57:39 | matrixise | create | |