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 pauloxnet
Recipients BTaskaya, corona10, pauloxnet, serhiy.storchaka, skip.montanaro
Date 2021-10-30.22:09:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635631767.09.0.536719433323.issue45669@roundup.psfhosted.org>
In-reply-to
Content
Thank you all for the feedback, also I have been using python for years and contributing to other python-based projects it is my first PR to Cpython and I don't know if my contribution to the discussion is foreseen.

It seems to me that adding this constant does not cause any damage in fact it is an easy victory. However, I try to clarify some doubts raised.

I proposed this new variable to simplify the code in a use case that occurs very often, not so much to save some characters.

I think every single new variable, constant and function needed a waiting period before being used in packages that support different versions of python (ex: f-string in Python 3.6) but can be used in the code of projects that use the latest version of python or in the python code itself.

The definition of the alphanumeric constant in the standard libraries I believe can help to have a clearly defined common variable[1], which could be used as a basis for alphabets containing additional symbols (ex: _- =)

[1] https://en.wikipedia.org/wiki/Alphanumeric
History
Date User Action Args
2021-10-30 22:09:27pauloxnetsetrecipients: + pauloxnet, skip.montanaro, serhiy.storchaka, corona10, BTaskaya
2021-10-30 22:09:27pauloxnetsetmessageid: <1635631767.09.0.536719433323.issue45669@roundup.psfhosted.org>
2021-10-30 22:09:27pauloxnetlinkissue45669 messages
2021-10-30 22:09:26pauloxnetcreate