[Python-checkins] cpython: Update NEWS

jason.coombs python-checkins at python.org
Sun Sep 22 16:11:22 CEST 2013


http://hg.python.org/cpython/rev/473a662a2309
changeset:   85785:473a662a2309
user:        Jason R. Coombs <jaraco at jaraco.com>
date:        Sun Sep 22 09:40:06 2013 -0400
summary:
  Update NEWS

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 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`.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list