[pydotorg-www] Application to editors group

vv uu awcextraneous at gmail.com
Sat Aug 20 20:03:01 EDT 2022


As stated here <https://wiki.python.org/moin/FrontPage#use>, to edit the
python wiki I need to join the editors group by emailing this address.

The edit I want to make is to correct an error in this page:
https://wiki.python.org/moin/Powerful%20Python%20One-Liners
The error is in this text:

# Superset Python One-Liner
lambda l: reduce(lambda z, x: z + [y + [x] for y in z], l, [[]])

This lambda essentially produces the power set of the input list l,
but is labelled with the word "Superset" for no clear reason; I'd like
to change this to "Power set".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220820/1bb6f3cd/attachment.html>


More information about the pydotorg-www mailing list