Earlier quoted context omitted.
It's a correct description. (Perhaps further refined as "technically correct".) The following are not exact values of π or τ, only approximate ones: >>> import math >>> math.pi 3.141592653589793 >>> math.tau 6.283185307179586
The effort wanted to replace all uses of Pi (including the ones in math formulas) and not just their use in (floating-point) computer programs where we implement approximations of those formulas.
But just because there was {a lot of work to replace all uses of pi with tau} doesn't mean there wasn't {a lot of work to replace all approximate uses of pi with approximate uses of tau in computer programs}.