
Edward C. Jones:
There are three 7-bit ASCII characters not used in Python: "@", "$", and "?". Please don't waste one ...
Perhaps even fewer; "$" is used by the simplified-string module that seems likely to go in. "@" does often mean attribute, which works well with decorations, but not so well with transformations. But it is also an obvious target character for substitutions, and already in use by some common extensions. Would @[...] or [...]@ be any better than [...] or @ alone? -jJ

On Fri, 2004-07-02 at 10:01, Jewett, Jim J wrote:
But currently only in the literal, so it's not actually special... yet. There have been discussions about promoting '$' as a prefix to string literals (a la r-strings and u-strings), but nothing concrete has been proposed. -Barry
participants (2)
-
Barry Warsaw
-
Jewett, Jim J