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 Sean Happenny
Recipients Sean Happenny, SilentGhost, docs@python
Date 2019-09-05.19:01:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOMF0PRtxJD6-sFE0e0vXAdcTPiXsUKz_+iiJxwZY3uF3sgJhg@mail.gmail.com>
In-reply-to <1567709084.82.0.603161810319.issue38040@roundup.psfhosted.org>
Content
It is a minor issue and I understand that there are many, much more
important fixes and features the whole Python dev team is working on.

But reading the documentation for these classes indicates that these
classes may have a "writeable" member. If, as an example, the user then
needs to examine the implementation of these classes and searches for
"writeable" in the CPython, they'll find instances in comments, but not in
the code. This may cause them to miss the real spelling of the method
"writable()".

Also, another justification is that the documentation should be correct and
currently it is not. This fix should be a very simple find-and-replace, but
does touch multiple files (probably more than those I referenced) and I
understand how that is.

On Thu, Sep 5, 2019, 11:44 SilentGhost <report@bugs.python.org> wrote:

>
> SilentGhost <ghost.adh@runbox.com> added the comment:
>
> There are more cases of using this spelling in the code base, but I
> personally don't see how any confusion can arise and why this "fix" is
> needed.
>
> ----------
> nosy: +SilentGhost
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue38040>
> _______________________________________
>
History
Date User Action Args
2019-09-05 19:01:58Sean Happennysetrecipients: + Sean Happenny, SilentGhost, docs@python
2019-09-05 19:01:58Sean Happennylinkissue38040 messages
2019-09-05 19:01:57Sean Happennycreate