]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
xmlrpc.client uses datetime.datetime.isoformat() (#105741)
authorVictor Stinner <vstinner@python.org>
Wed, 14 Jun 2023 15:00:40 +0000 (17:00 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 15:00:40 +0000 (17:00 +0200)
commit307bceaa65c4f1a8e110cd7a9cce6e93a1b021ba
tree28e9348487d8452d982253ef5c2cdfb868964691
parent7b1f0f204a785485de1daf9d26828a81953537e4
xmlrpc.client uses datetime.datetime.isoformat() (#105741)

Reimplement _iso8601_format() using the datetime isoformat() method.
Ignore the timezone.

Co-Authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py