mirror of
https://github.com/python/cpython.git
synced 2026-05-15 15:01:13 +00:00
Update NEWS
This commit is contained in:
parent
0b5463fef2
commit
ea9e097464
1 changed files with 3 additions and 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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue