]> granicus.if.org Git - python/commit
Repaired inaccuracies in the % docs. In particular, we don't (and can't)
authorTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 20:23:04 +0000 (20:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 20:23:04 +0000 (20:23 +0000)
commit5b21df4a5cf6fa26713a5c17ee6e88f97782594e
treec3002ec8e78477f926ac9c08dd5e44a56439baeb
parent1babdfc48afc60afe5ae708f77dad8a641bf36ec
Repaired inaccuracies in the % docs.  In particular, we don't (and can't)
guarantee abs(x%y) < abs(y) in all cases when a float is involved.
math.fmod() should, though, so noted that too.

Bugfix candidate.  Someone should check the LaTeX here first, though.
Doc/ref/ref5.tex