[issue24967] add errors='ignore' to print kwargs

2015-08-31 Thread Lukáš Němec
New submission from Lukáš Němec: Please add errors='...' to print's kwargs and pass it to codecs that are called from print. Sometimes you have undecodable/unencodable characters that you want to remove from the printed text. Now you need to call 'mytext'.enco

[issue23637] Warnings error with non-ascii chars.

2015-03-11 Thread Lukáš Němec
New submission from Lukáš Němec: File "/usr/lib/python2.7/warnings.py", line 29, in _show_warning file.write(formatwarning(message, category, filename, lineno, line)) File "/usr/lib/python2.7/warnings.py", line 38, in formatwarning s = "%s:%s: %s: %s\n"

[issue23272] Python built-in comparison problem

2015-01-19 Thread Lukáš Němec
Changes by Lukáš Němec : -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/issue23272> ___ ___ Python-bugs-list

[issue23272] Python built-in comparison problem

2015-01-19 Thread Lukáš Němec
Changes by Lukáš Němec : -- nosy: Lukáš.Němec priority: normal severity: normal status: open title: Python built-in comparison problem ___ Python tracker <http://bugs.python.org/issue23

[issue18598] Importlib, more verbosity please

2013-07-30 Thread Lukáš Němec
Lukáš Němec added the comment: Also, please do not forget on backports for python 2.6+ :) -- ___ Python tracker <http://bugs.python.org/issue18598> ___ ___ Pytho

[issue18598] Importlib, more verbosity please

2013-07-30 Thread Lukáš Němec
Lukáš Němec added the comment: Yes, absolutely, that is what was I needed to debug it easily, the name parameter Thank you :) -- ___ Python tracker <http://bugs.python.org/issue18

[issue18598] Importlib, more verbosity please

2013-07-30 Thread Lukáš Němec
New submission from Lukáš Němec: Hello, recently I filed this bugreport to Django, but they clarified this by pointing me to commits for new version of Django that uses python builtin importlib (import_module) But since most of their import_module code is done like [import_module(x) for y