Problems using struct pack/unpack in files, and reading them.

Gregory Ewing greg.ewing at canterbury.ac.nz
Mon Nov 16 01:19:39 EST 2015


Chris Angelico wrote:
> Small problem: Since we have / and // operators, it's impossible to
> have a unary / operator:

No, it's not -- '//' is already recognised as a single
token distinct from '/ /'. You would just have to leave
a space or use parens in some cases.

-- 
Greg



More information about the Python-list mailing list