[Python-Dev] when to fix cross-version bugs? (original) (raw)
Ethan Furman ethan at stoneleaf.us
Fri Sep 6 16:51:06 CEST 2013
- Previous message: [Python-Dev] inspect and metaclasses
- Next message: [Python-Dev] when to fix cross-version bugs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] inspect and metaclasses
- Next message: [Python-Dev] when to fix cross-version bugs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]