]> granicus.if.org Git - python/commit
Module review:
authorRaymond Hettinger <python@rcn.com>
Wed, 26 Feb 2003 22:45:18 +0000 (22:45 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 26 Feb 2003 22:45:18 +0000 (22:45 +0000)
commitb2e0b92ef16b0a4752fa32822af986486439b80f
treecb491bb65b85b100808decb730875671969c04bc
parent479d280218ae88b9762379389752ddbec475c7b0
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.
Lib/httplib.py