# HG changeset patch # User mattip # Date 1440773903 -10800 # Fri Aug 28 17:58:23 2015 +0300 # Branch 3.5 # Node ID 003ee59868379d7aeabe0657f4820aa91bf1a001 # Parent 9f7f6f7145f447106a4c4732192ea6e77ddd94e5 document default for stack_size() diff -r 9f7f6f7145f4 -r 003ee5986837 Doc/library/_thread.rst --- a/Doc/library/_thread.rst Wed Aug 26 13:03:57 2015 -0400 +++ b/Doc/library/_thread.rst Fri Aug 28 17:58:23 2015 +0300 @@ -88,7 +88,7 @@ may be recycled when a thread exits and another thread is created. -.. function:: stack_size([size]) +.. function:: stack_size(size=0) Return the thread stack size used when creating new threads. The optional *size* argument specifies the stack size to be used for subsequently created diff -r 9f7f6f7145f4 -r 003ee5986837 Doc/library/threading.rst --- a/Doc/library/threading.rst Wed Aug 26 13:03:57 2015 -0400 +++ b/Doc/library/threading.rst Fri Aug 28 17:58:23 2015 +0300 @@ -84,7 +84,7 @@ :meth:`~Thread.run` method is called. -.. function:: stack_size([size]) +.. function:: stack_size(size=0) Return the thread stack size used when creating new threads. The optional *size* argument specifies the stack size to be used for subsequently created