This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author openalmeida
Recipients eric.araujo, openalmeida
Date 2022-01-08.19:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641670920.43.0.470715287239.issue46285@roundup.psfhosted.org>
In-reply-to
Content
The short story is, everything is okay,
its my bad to taken the test function out of context,
sorry about that of issue report.

# just for details review (related file attached):
#
# check line 1277 to line 1278 (main branch of Python currently):
# https://github.com/python/cpython/blob/17b16e1/Lib/http/server.py#L1277-L1278
#
# thus, `functools.partial` (closure/wrapper) will
# make the parameter `protocol` of the function `test` useless.
# So, specify a handler class directly.
History
Date User Action Args
2022-01-08 19:42:00openalmeidasetrecipients: + openalmeida, eric.araujo
2022-01-08 19:42:00openalmeidasetmessageid: <1641670920.43.0.470715287239.issue46285@roundup.psfhosted.org>
2022-01-08 19:42:00openalmeidalinkissue46285 messages
2022-01-08 19:42:00openalmeidacreate