summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f96d5ec..4bd4283 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -489,6 +489,9 @@ Extension Modules
Library
-------
+- Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
+ now sport attributes that provide access to the parts of the result.
+
- Patch #1462498: sgmllib now handles entity and character references
in attribute values.