summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-03-29 13:39:31 (GMT)
committerGitHub <noreply@github.com>2021-03-29 13:39:31 (GMT)
commitc1b073a630bb731de18bb17afb2b8b1388b92a72 (patch)
tree9be9c9c8f9e8d2b893ddc976c34015bf54d87ace /Misc
parent70cdf1812cf479c6b1cd7435a6fc0679ec1fb0da (diff)
downloadcpython-c1b073a630bb731de18bb17afb2b8b1388b92a72.zip
cpython-c1b073a630bb731de18bb17afb2b8b1388b92a72.tar.gz
cpython-c1b073a630bb731de18bb17afb2b8b1388b92a72.tar.bz2
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-03-28-23-50-20.bpo-43433.so9j5G.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-03-28-23-50-20.bpo-43433.so9j5G.rst b/Misc/NEWS.d/next/Library/2021-03-28-23-50-20.bpo-43433.so9j5G.rst
new file mode 100644
index 0000000..2f67e31
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-03-28-23-50-20.bpo-43433.so9j5G.rst
@@ -0,0 +1,2 @@
+:class:`xmlrpc.client.ServerProxy` no longer ignores query and fragment in
+the URL of the server.