summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/pstats.py2
-rw-r--r--Misc/ACKS1
2 files changed, 2 insertions, 1 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py
index 13d944c..268cc01 100644
--- a/Lib/pstats.py
+++ b/Lib/pstats.py
@@ -165,7 +165,7 @@ class Stats:
"module" : (((4, 1), ), "file name"),
"name" : (((6, 1), ), "function name"),
"nfl" : (((6, 1),(4, 1),(5, 1),), "name/file/line"),
- "pcalls" : (((0,-1), ), "call count"),
+ "pcalls" : (((0,-1), ), "primitive call count"),
"stdname" : (((7, 1), ), "standard name"),
"time" : (((2,-1), ), "internal time"),
}
diff --git a/Misc/ACKS b/Misc/ACKS
index da7a434..a17cf73 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -51,6 +51,7 @@ Chris AtLee
Aymeric Augustin
John Aycock
Donovan Baarda
+Arne Babenhauserheide
Attila Babo
Marcin Bachry
Alfonso Baciero