[issue25393] 'resource' module documentation error

2016-07-19 Thread Zachary Ware
Zachary Ware added the comment: Thanks to Christos for the report and Alakshendra for the patch! -- nosy: +zach.ware ___ Python tracker ___

[issue25393] 'resource' module documentation error

2016-07-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 434fc614c506 by Zachary Ware in branch '2.7': Issue #25393: Fix probable copy/paste error in resource docs https://hg.python.org/cpython/rev/434fc614c506 New changeset 0fe2b7509707 by Zachary Ware in branch '3.5': Issue #25393: Fix probable

[issue25393] 'resource' module documentation error

2016-07-19 Thread Evelyn Mitchell
Evelyn Mitchell added the comment: I've looked at the patch, and the fix looks correct to me. Thanks Alakshendra! I'll verify it builds correctly. -- nosy: +Evelyn Mitchell ___ Python tracker

[issue25393] 'resource' module documentation error

2016-07-14 Thread Alakshendra Yadav
Alakshendra Yadav added the comment: It does seem that the mentioned line belongs under RLIMIT_STACK instead of RLIMIT_FSIZE. I am submitting a patch. -- keywords: +patch nosy: +Alakshendra Yadav Added file: http://bugs.python.org/file43724/resource.patch

[issue25393] 'resource' module documentation error

2016-07-12 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy nosy: +berker.peksag stage: -> needs patch type: enhancement -> behavior versions: +Python 3.6 ___ Python tracker

[issue25393] 'resource' module documentation error

2015-10-13 Thread Christos Georgiou
New submission from Χρήστος Γεωργίου (Christos Georgiou): https://docs.python.org/3.5/library/resource.html https://docs.python.org/3.5/library/resource.html#resource.RLIMIT_FSIZE ends with the sentence "This only affects the stack of the main thread in a multi-threaded process." I believe