| commit | 3163a3b4b2a820ef38e6c7282033fe2db9d43ebe | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 30 14:25:40 2003 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 30 14:25:40 2003 +0000 |
| tree | e83e06cbe049f06610d6c5e025e813e644fc9b01 | |
| parent | a965649386dbd385a92b2b93934abaff80c94198 [diff] [blame] |
Patch #545300: Support marked sections.
diff --git a/Misc/NEWS b/Misc/NEWS index 3a1c875..52c638f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Library ------- +- sgmllib now supports SGML marked sections, in particular the + MS Office extensions. + - The urllib module now offers support for the iterator protocol. SF patch 698520 contributed by Brett Cannon.