New submission from Serhiy Storchaka:

Proposed patch enhance locale testing. test__locale is converted to support 
unittest discovery. When there are no suitable locales (e.g. there is only 
POSIX locale) tests are reported as skipped. Tested thousands_sep with 
non-english locales. Tested non-ascii values of decimal_point and thousands_sep 
with the ps_AF locale. In test_locale Turkish locale test no longer break a 
line.

----------
components: Tests
files: test__locale.patch
keywords: patch
messages: 236141
nosy: lemburg, loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Enhance locale testing
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file38159/test__locale.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23474>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to