New submission from Paolo Melchiorre :
It is very common to construct a variable containing alphanumeric values as a
basis for generating random strings, especially in the web environment as a
slug to be used in URLs:
>>> import string
>>> ascii_alphanumerics = st
Change by Paolo Melchiorre :
--
keywords: +patch
pull_requests: +27586
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/29317
___
Python tracker
<https://bugs.python.org/issu
Paolo Melchiorre added the comment:
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