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 Michael.Cetrulo
Recipients Michael.Cetrulo, ezio.melotti
Date 2014-10-28.10:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414492058.43.0.353422984259.issue22751@psf.upfronthosting.co.za>
In-reply-to
Content
The following warning is being generated when running test case:

  Warning -- locale was modified by test___all__

According to the comment there, importing the rlcompleter module changes (or used to change) the locale so after the import it was being set to 'C'

This patch reads the current locale before importing and resets it to that value afterwards.
History
Date User Action Args
2014-10-28 10:27:38Michael.Cetrulosetrecipients: + Michael.Cetrulo, ezio.melotti
2014-10-28 10:27:38Michael.Cetrulosetmessageid: <1414492058.43.0.353422984259.issue22751@psf.upfronthosting.co.za>
2014-10-28 10:27:38Michael.Cetrulolinkissue22751 messages
2014-10-28 10:27:38Michael.Cetrulocreate