On Wed, Feb 5, 2014 at 11:53 AM, Roy Smith <[email protected]> wrote: > In article <[email protected]>, > David Hutto <[email protected]> wrote: > >> Can anyone point out how using an int as a var is possible > > one = 42 > > (ducking and running)
In theory, there might be a Unicode character that's valid as an identifier, but gets converted into U+0031 for ASCIIfication prior to being sent by email. However, I can't find one :) And of course, that assumes that the OP's mail client mangles its input in that way. ASCIIfication shouldn't be necessary. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
