]> granicus.if.org Git - python/commit
Guido points out that the comments for self.cur[2] were subtly but
authorTim Peters <tim.peters@gmail.com>
Sun, 7 Oct 2001 08:35:44 +0000 (08:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 7 Oct 2001 08:35:44 +0000 (08:35 +0000)
commit8d061ed75be4b700362c379c94263b4c46d3d206
treebe341a37195687f330ba4ffecd7dba05b6ab4191
parent260aecc83dae4769183279e28708c97680d3e94c
Guido points out that the comments for self.cur[2] were subtly but
seriously wrong.  This started out by just fixing the docs, but then it
occurred to me that the doc confusion propagated into misleading vrbl names
too, so I also renamed those to match reality.  As a result, INO the time
computations are much easier to understand now (within the limitations of
vast quantities of 3-character names <wink>).
Lib/profile.py