[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 copy/paste error in resource docs
https://hg.python.org/cpython/rev/0fe2b7509707

New changeset 829117ae2e55 by Zachary Ware in branch 'default':
Closes #25393: Merge with 3.5
https://hg.python.org/cpython/rev/829117ae2e55

--
nosy: +python-dev
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com




[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 this sentence should be appended to 
https://docs.python.org/3.5/library/resource.html#resource.RLIMIT_STACK

This error also exists in previous versions of python documentation.

--
assignee: docs@python
components: Documentation
messages: 252935
nosy: docs@python, tzot
priority: normal
severity: normal
status: open
title: 'resource' module documentation error
type: enhancement
versions: Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com