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 vstinner
Recipients bronger, dwayne, franz_glasner, genepi, loewis, vstinner
Date 2009-01-11.18:57:45
SpamBayes Score 0.07929621
Marked as misclassified No
Message-id <1231700266.23.0.630889548343.issue2504@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see any change in Modules/_localemodule.c: you reimplemented 
pgettext() in pure Python. Why no reusing existing pgettext() function 
(at least when it's present)?
History
Date User Action Args
2009-01-11 18:57:46vstinnersetrecipients: + vstinner, loewis, bronger, genepi, franz_glasner, dwayne
2009-01-11 18:57:46vstinnersetmessageid: <1231700266.23.0.630889548343.issue2504@psf.upfronthosting.co.za>
2009-01-11 18:57:45vstinnerlinkissue2504 messages
2009-01-11 18:57:45vstinnercreate