[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset af41eca1959e by Serhiy Storchaka in branch '2.7': Issue #17049: Localized calendar methods now return unicode if a locale http://hg.python.org/cpython/rev/af41eca1959e -- nosy: +python-dev ___ Python

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Committed. Thank you for reports, Robert Xiao and psam. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +JJeffries, Retro, christian.heimes, eric.araujo, georg.brandl, haypo, ixokai, psam, r.david.murray, tim.golden, twouters ___ Python tracker rep...@bugs.python.org

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-28 Thread Georg Brandl
Georg Brandl added the comment: Serhiy: not sure why all those people belong in the nosy list. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17049 ___

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: They moved from issue13539 which I have closed as a duplicate. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17049 ___

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-27 Thread Robert Xiao
New submission from Robert Xiao: Try this at a command-prompt: $ python -m calendar -L ja_JP --encoding utf8 The result is a crash: Traceback (most recent call last): File /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py, line 162, in _run_module_as_main

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for report and suggestion, Robert Xiao. The patch should be a little more complex however. -- keywords: +patch nosy: +rhettinger, serhiy.storchaka stage: - patch review type: - behavior Added file:

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And here is an updated test for 3.x. -- versions: +Python 3.2, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file28869/calendar_locale-3.x.patch ___ Python tracker rep...@bugs.python.org

[issue17049] calendar throws UnicodeEncodeError when locale is specified

2013-01-27 Thread Ned Deily
Ned Deily added the comment: See also Issue13539. -- nosy: +ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17049 ___ ___ Python-bugs-list