issue13287 - Define __all__ for urllib.request and urllib.error and expose only

the relevant module. Other cleanup improvements. Patch by flox.
This commit is contained in:
Senthil Kumaran 2011-11-01 23:20:31 +08:00
parent 712b14fc2a
commit 6c5bd40a3e
4 changed files with 40 additions and 18 deletions

View file

@ -350,6 +350,9 @@ Core and Builtins
Library
-------
- Issue #13287: urllib.request and urllib.error now contains a __all__ and
exposes only relevant Classes, Functions. Patch by Florent Xicluna.
- Issue #670664: Fix HTMLParser to correctly handle the content of
``<script>...</script>`` and ``<style>...</style>``.