Paul Moore wrote:
There's a subtle difference in the mathematical
and computing meanings [of idempotent] (around functions
> with side-effects, which aren't a thing in maths)

Not really an issue here, since optionxform shouldn't be having
side effects if it's sane.

In any case, the word is easy enough to avoid in this case.
We could say something like:

   "The optionxform function transforms option names to a
   canonical form. If the name is already in canonical form,
   it should be returned unchanged."

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to