What do you think of adding a Version History section which lists most
important changes since your proposed the first version of the PEP? I
recall:

* Version 3: don't accept tuple
* Version 2: Rename cutprefix/cutsuffix to removeprefix/removesuffix,
accept tuple
* Version 1: initial version

For example, for my PEP 587, I wrote detailed changes, but I don't
think that you should go into the details ;-)
https://www.python.org/dev/peps/pep-0587/#version-history

Victor

Le sam. 28 mars 2020 à 06:11, Dennis Sweeney
<sweeney.dennis...@gmail.com> a écrit :
>
> PEP 616 -- String methods to remove prefixes and suffixes
> is available here: https://www.python.org/dev/peps/pep-0616/
>
> Changes:
> - Only accept single affixes, not tuples
> - Make the specification more concise
> - Make fewer stylistic prescriptions for usage
> - Fix typos
>
> A reference implementation GitHub PR is up to date here:
> https://github.com/python/cpython/pull/18939
>
> Are there any more comments for it before submission?
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-le...@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at 
> https://mail.python.org/archives/list/python-dev@python.org/message/UJE3WCQXSZI76IW54D2SKKL6OFQ2VFMA/
> Code of Conduct: http://python.org/psf/codeofconduct/



-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/4UKSBWZE2RIP4VPADVHKQRLS7E7OBMTS/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to