Issue 10742: memoryview.readonly attribute is not documented (original) (raw)

Issue10742

Created on 2010-12-20 21:33 by flashk, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
stdtypes.diff flashk,2010-12-20 21:33
Messages (3)
msg124403 - (view) Author: (flashk) Date: 2010-12-20 21:33
The 'readonly' attribute is not explicitly described, even though it is used in the sample code for the memoryview type. I've attached a patch that adds a description of the 'readonly' attribute.
msg124611 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-12-24 21:38
I agree with addition. Patch look OK to my limited .rst knowledge. To be more parallel to the other entries, the text might say "A bool indicating whether ..."
msg124784 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-12-28 11:08
Added in r87531.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 54951
2010-12-28 11:08:27 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2010-12-24 21:38:47 terry.reedy set versions: + Python 3.1, Python 3.2nosy: + terry.reedymessages: + stage: patch review
2010-12-21 17:51:36 pitrou set nosy: + mark.dickinson, ncoghlan
2010-12-20 21:33:40 flashk create