Using Rotor with password file

Alex Martelli aleax at aleax.it
Sat Feb 1 11:46:11 EST 2003


Colin Meeks wrote:
   ...
> If I print Y all the passwords have an extra '\' where there is an initial
> '\', i.e. '\eda' would read '\\eda'

This is how repr() shows strings -- and when you use str() on a
list (or print the list), it's repr() that gets called on each item.

So, this apparent anomaly isn't one -- I can't help you with any
diagnosis of what may be wrong, but this isn't part of it.


Alex






More information about the Python-list mailing list