summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-08-12 01:41:46 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-08-12 01:41:46 (GMT)
commitbd7ff30ff97152472fec721de144aaabeabea10e (patch)
tree65a9be105e6696ceffd71801e7c5c040b7df8f32 /Misc
parent05b90a54d9c83401535139388a7cfe956f079efa (diff)
parentc04d468333290e42913449f402d5110d556afe8a (diff)
downloadcpython-bd7ff30ff97152472fec721de144aaabeabea10e.zip
cpython-bd7ff30ff97152472fec721de144aaabeabea10e.tar.gz
cpython-bd7ff30ff97152472fec721de144aaabeabea10e.tar.bz2
Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 27eb224..2892678 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -832,6 +832,9 @@ Documentation
Tests
-----
+- Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier
+ de Gaye.
+
- Issue #22060: test_ctypes has been somewhat cleaned up and simplified; it
now uses unittest test discovery to find its tests.