This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients josh.r, matrixise, serhiy.storchaka
Date 2019-03-19.15:37:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
@Serhiy

I have updated my branch with your recommendation.

1. rename READONLY, etc... to PY_READONLY. 
Why the PY_ prefix, because there was a renaming for WRITE_RESTRICTED to PY_WRITE_RESTRICTED. in that case, I wanted to keep the same change.

2. Updated the documentation
2.1. Add a "former constant" column in newtypes.rst
3. Update all the references in the code.
4. Replace the 0 by PY_READWRITE.

Voilà,

If you have another suggestion, tell me.

Have a nice day,
History
Date User Action Args
2019-03-19 15:37:32matrixisesetrecipients: + matrixise, serhiy.storchaka, josh.r
2019-03-19 15:37:32matrixisesetmessageid: <[email protected]>
2019-03-19 15:37:32matrixiselinkissue36347 messages
2019-03-19 15:37:32matrixisecreate