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 v_peter
Recipients v_peter
Date 2010-06-21.13:23:37
SpamBayes Score 0.02543201
Marked as misclassified No
Message-id <1277126619.45.0.50898561177.issue9042@psf.upfronthosting.co.za>
In-reply-to
Content
If you pass gettext.translation a class_ but the mo file you are trying to open already exists in the _translations cache the instance that is returned is an instance of whatever was in the cache and not the class that you requested.

I think that if a class is requested it should return that class. If others agree then I'd be happy to work on a patch.
History
Date User Action Args
2010-06-21 13:23:39v_petersetrecipients: + v_peter
2010-06-21 13:23:39v_petersetmessageid: <1277126619.45.0.50898561177.issue9042@psf.upfronthosting.co.za>
2010-06-21 13:23:38v_peterlinkissue9042 messages
2010-06-21 13:23:37v_petercreate