diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-22 09:40:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-22 09:40:06 -0400 |
commit | ea9e0974646c045274d3c94c2be9ab019ba2ec8d (patch) | |
tree | b5ad606a005b4a0df41658add38cc9281876590d | |
parent | 0b5463fef20a2575a3cf7d7f1be3e1bd77502d00 (diff) | |
download | cpython-git-ea9e0974646c045274d3c94c2be9ab019ba2ec8d.tar.gz |
Update NEWS
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Projected Release date: 2013-10-XX Library ------- +- Issue #18978: ``urllib.request.Request`` now allows the method to be + indicated on the class and no longer sets it to None in ``__init__``. + - The :envvar:`PYTHONFAULTHANDLER` environment variable now only enables the faulthandler module if the variable is non-empty. Same behaviour than other variables like :envvar:`PYTHONDONTWRITEBYTECODE`. |