summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 2 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 794b1f4..f7a08d4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -524,6 +524,7 @@ Martijn Pieters
François Pinard
Zach Pincus
Michael Piotrowski
+Antoine Pitrou
Michael Pomraning
Iustin Pop
John Popplewell
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cd73fb..208c350 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1419,7 +1419,7 @@ Extension Modules
Tests
-----
-- Refactor test_logging to use doctest.
+- Refactor test_logging to use unittest.
- Refactor test_profile and test_cprofile to use the same code to profile.