summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-04-01 22:14:43 (GMT)
committerFred Drake <fdrake@acm.org>2006-04-01 22:14:43 (GMT)
commitad5177cf8da387c203d500d0a65995f9641373ba (patch)
tree838febacb85a56c962e29fb48796689b7ab7404f /Misc
parentf878b8120c89d53722ba77c5f29c680695fd4257 (diff)
downloadcpython-ad5177cf8da387c203d500d0a65995f9641373ba.zip
cpython-ad5177cf8da387c203d500d0a65995f9641373ba.tar.gz
cpython-ad5177cf8da387c203d500d0a65995f9641373ba.tar.bz2
Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
now sport attributes that provide access to the parts of the result.
Diffstat (limited to 'Misc')
-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.