Lichen

tests/raw_input.py

623:3bba67784f79
2017-02-27 Paul Boddie Encode attribute and parameter positions and codes using the provided macros.
     1 s = raw_input("Reading...")     2 print s     3 print s.__class__     4 print s.encoding