summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2015-08-31 03:15:52 (GMT)
committerMartin Panter <vadmium>2015-08-31 03:15:52 (GMT)
commit31e7f50d4cb756927a89d2d33eaf1b5a030be7a9 (patch)
tree8f157217daf8f332339d5697e57201fdcba4ad53 /Misc
parent0612ffe8c8a06f8d16d136622106f0cf5f43f90f (diff)
downloadcpython-31e7f50d4cb756927a89d2d33eaf1b5a030be7a9.zip
cpython-31e7f50d4cb756927a89d2d33eaf1b5a030be7a9.tar.gz
cpython-31e7f50d4cb756927a89d2d33eaf1b5a030be7a9.tar.bz2
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Patch from Mattip.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 8ab9f77..9af7c98 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -888,6 +888,7 @@ Nick Mathewson
Simon Mathieu
Laura Matson
Graham Matthews
+mattip
Martin Matusiak
Dieter Maurer
Daniel May
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b46451..0204090 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -456,6 +456,9 @@ C API
Documentation
-------------
+- Issue #24952: Clarify the default size argument of stack_size() in
+ the "threading" and "_thread" modules. Patch from Mattip.
+
- Issue #24808: Update the types of some PyTypeObject fields. Patch by
Joseph Weston.