[Python-Dev] Last priority >= 7 bug for Python 2.3 (original) (raw)

Barry Warsaw barry@python.org
29 Jul 2003 08:15:00 -0400


On Tue, 2003-07-29 at 00:42, Martin v. L=F6wis wrote:

Barry Warsaw <barry@python.org> writes: =20 > The last one is 775985 <http://python.org/sf/775985> but I'm nervous > about this one. I haven't been able to reproduce this on Linux, and = it > seems a fairly obscure bug (reportedly $LANG envar has to be empty).=20 > I'm strongly inclined to lower it to priority 6 and leave it for a la= ter > patch release. >=20 > Comments? =20 It's a Solaris bug, and my patch is a work-around. It only matters for printing Unicode objects on the terminal, so feel free to defer this past 2.3.

Thanks Martin. -Barry