On Fri, Apr 16, 2021 at 1:35 AM David Mertz <me...@gnosis.cx> wrote: >> >> Yes. Scalars aren't containers. Except strs, which are containers >> >> all the way down. :-þ > > > Wow... how do I get a keyboard with a thorn character on it? :-) >
Configure a Compose key, then use this: <Multi_key> <t> <h> : "þ" thorn # LATIN SMALL LETTER THORN Incidentally, the same file has this in it: <Multi_key> <braceleft> <braceright> : "∅" U2205 # EMPTY SET So brace-left, brace-right is "{}" but compose, brace-left, brace-right is "∅". If absolutely every Python programmer had this available, it might be enough to distinguish empty dict from empty set..... ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/ZFSHWEBJ5EBLEBIXMWEDQ7JKFFYZVLXP/ Code of Conduct: http://python.org/psf/codeofconduct/