summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2016-09-10 05:21:17 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2016-09-10 05:21:17 (GMT)
commit2eb6eca3e5118009b6b74b444d73aa377fb44098 (patch)
tree08a4aff5885240865631bbac448692e79e7218b7 /Misc
parenta1fd0789ed8ba174062d6fe5e55fd8d008055bd2 (diff)
downloadcpython-2eb6eca3e5118009b6b74b444d73aa377fb44098.zip
cpython-2eb6eca3e5118009b6b74b444d73aa377fb44098.tar.gz
cpython-2eb6eca3e5118009b6b74b444d73aa377fb44098.tar.bz2
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Patch by Martin Matusiak and Sam Kimbrel.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5628dc9..defb4f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,10 @@ Core and Builtins
Library
-------
+- Issue #18401: Pdb now supports the 'readrc' keyword argument to control
+ whether .pdbrc files should be read. Patch by Martin Matusiak and
+ Sam Kimbrel.
+
- Issue #25969: Update the lib2to3 grammar to handle the unpacking
generalizations added in 3.5.