Update NEWS

This commit is contained in:
Jason R. Coombs 2013-09-22 09:40:06 -04:00
parent 0b5463fef2
commit ea9e097464
1 changed files with 3 additions and 0 deletions

View File

@ -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`.