﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16514	Classic integer division used in django.template.defaultfilters	blume.mike@…	Kiran Busi	"In defaultfilters.py line 93 we have

nan = (1e200 * 1e200) / (1e200 * 1e200)

When running python with -Qwarnall this triggers a warning:

defaultfilters.py:93: DeprecationWarning: classic float division
  nan = (1e200 * 1e200) / (1e200 * 1e200)

Functionally, this is not really a problem -- the expression results in nan whether the '/' is interpreted as 'floored' or 'true' division. It just produces a bit of terminal noise for those of us who habitually keep the warnings on."	Bug	closed	Template system	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
