summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-11-08-44-12.bpo-33034.bpb23d.rst
blob: c81683abf59286c22667b0688d44bf616df8e3ea (plain)
1
2
3
Providing an explicit error message when casting the port property to anything 
that is not an integer value using ``urlparse()`` and ``urlsplit()``.
Patch by Matt Eaton.