summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-12 15:24:32 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-07-12 15:24:32 (GMT)
commitad5ffd4767802dfc34e3ae2d7960f1610d58cdcc (patch)
tree0d365b89bdac8e399317dd076b0bdcfa89d9d8d0 /Misc
parent4bfb14ac10eef86652142879d02e7601d1cf6490 (diff)
downloadcpython-ad5ffd4767802dfc34e3ae2d7960f1610d58cdcc.zip
cpython-ad5ffd4767802dfc34e3ae2d7960f1610d58cdcc.tar.gz
cpython-ad5ffd4767802dfc34e3ae2d7960f1610d58cdcc.tar.bz2
Issue #19076: Don't pass the redundant 'file' argument to self.error().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cfc0388..ecdb178 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
Library
-------
+- Issue #19076: Don't pass the redundant 'file' argument to self.error().
+
- Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
- Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError