SIGN IN SIGN UP

Correct some bitrot; some things have become inaccurate in the tutorial.

<file>.readlines() does not call <file>.readline() internally anymore,
and the sizehint parameter should be mentioned briefly.

Some displays of floating point numbers needed to be updated due to the
change in the repr() of floats (from 1.6).

Both issues were noted by Aahz <aahz@panix.com>.
F
Fred Drake committed
343ad7a572b8cd4c877f6db6e927e3104e6d65a4
Parent: ab79839