diff options
author | Fred Drake <fdrake@acm.org> | 2006-04-01 22:14:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-04-01 22:14:43 (GMT) |
commit | ad5177cf8da387c203d500d0a65995f9641373ba (patch) | |
tree | 838febacb85a56c962e29fb48796689b7ab7404f /Misc | |
parent | f878b8120c89d53722ba77c5f29c680695fd4257 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |