[Python-Dev] when to fix cross-version bugs?

Ethan Furman ethan at stoneleaf.us
Fri Sep 6 16:51:06 CEST 2013


I recently committed a fix for unicodeobject.c so that the %d, %i, and %u format specifiers always output values 
(otherwise, in subclasses, the str() was used instead).

Should this be fixed in 3.3 as well?

What guidelines determine when a bug is fixed in previous versions?

--
~Ethan~


More information about the Python-Dev mailing list