This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scav
Recipients scav
Date 2008-01-15.11:50:23
SpamBayes Score 0.22501542
Marked as misclassified No
Message-id <1200397829.12.0.24320735319.issue1830@psf.upfronthosting.co.za>
In-reply-to
Content
Tools/i18n/pygettext.py contains a syntax error.

On line 665,  there is an old u'' string for testing unicode on pre-3.0
python.

It should be OK to remove it.
History
Date User Action Args
2008-01-15 11:50:29scavsetspambayes_score: 0.225015 -> 0.22501542
recipients: + scav
2008-01-15 11:50:29scavsetspambayes_score: 0.225015 -> 0.225015
messageid: <1200397829.12.0.24320735319.issue1830@psf.upfronthosting.co.za>
2008-01-15 11:50:24scavlinkissue1830 messages
2008-01-15 11:50:23scavcreate