[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-07-16 Thread STINNER Victor
STINNER Victor added the comment: Nicolas Noé: Thank you for your change! I merged it in master, and backported it to Python 3.7. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-07-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset bbddd667a9087f5cfb9e8f9d81fb6d2f75465ba1 by Victor Stinner (Miss Islington (bot)) in branch '3.7': bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) (GH-8294) https://github.com/python/cpython/commit/bbddd667a9087f5cfb9e8f9d81fb6d2

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-07-16 Thread STINNER Victor
STINNER Victor added the comment: Python 3.7 is affected as well: vstinner@apu$ ./python -Werror -m test test_docxmlrpc Exception happened during processing of request from ('127.0.0.1', 46636) Traceback (most recent call last): (...) File "/home/vs

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-07-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +7828 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-07-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 35c0809158be7feae4c4f877a08b93baea2d8291 by Victor Stinner (Nicolas Noé) in branch 'master': bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) https://github.com/python/cpython/commit/35c0809158be7feae4c4f877a08b93baea2d8291 -

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-07-12 Thread STINNER Victor
STINNER Victor added the comment: > Slightly off topic but while trying to look at the code I can see a space > between function name and parenthesis as below. (...) Usually we don't accept changes which only changes the coding style. One reason is to keep a simple history in Git. -

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-06-21 Thread Nicolas Noé
Change by Nicolas Noé : -- keywords: +patch pull_requests: +7457 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-06-21 Thread Nicolas Noé
Nicolas Noé added the comment: I'm willing to try solving this! -- nosy: +niconoe ___ Python tracker ___ ___ Python-bugs-list mailin

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-06-20 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Slightly off topic but while trying to look at the code I can see a space between function name and parenthesis as below. It's not an invalid syntax but it's mentioned as a pet peeve in PEP 8 to not to have space between function name and parenthes

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-06-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-06-20 Thread STINNER Victor
New submission from STINNER Victor : Ok, but notice the two warnings: vstinner@apu$ ./python -m test test_docxmlrpc Run tests sequentially 0:00:00 load avg: 1.19 [1/1] test_docxmlrpc /home/vstinner/prog/python/master/Lib/xmlrpc/server.py:791: DeprecationWarning: `formatargspec` is deprecated s

[issue33911] [EASY] test_docxmlrpc fails when run with -Werror

2018-06-20 Thread STINNER Victor
Change by STINNER Victor : -- components: +Tests, XML ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/