From: Jason R. Coombs Date: Sun, 22 Sep 2013 13:40:06 +0000 (-0400) Subject: Update NEWS X-Git-Tag: v3.4.0a3~27^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea9e0974646c045274d3c94c2be9ab019ba2ec8d;p=thirdparty%2FPython%2Fcpython.git Update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 128e740b7466..7a9016cf331d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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`.