commit | b2e0b92ef16b0a4752fa32822af986486439b80f | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Feb 26 22:45:18 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Feb 26 22:45:18 2003 +0000 |
tree | cb491bb65b85b100808decb730875671969c04bc | |
parent | 479d280218ae88b9762379389752ddbec475c7b0 [diff] |
Module review: * Replaced "while 1" with "while True" * Rewrote read() and readline() for clarity and speed. * Replaced variable 'list' with 'hlist' * Used augmented assignment in two places.