[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'.encode('enc', errors='replace

[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 % (filename, lineno, category

[issue23272] Python built-in comparison problem

2015-01-19 Thread Lukáš Němec
Changes by Lukáš Němec lu.ne...@gmail.com: -- nosy: Lukáš.Němec priority: normal severity: normal status: open title: Python built-in comparison problem ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23272

[issue23272] Python built-in comparison problem

2015-01-19 Thread Lukáš Němec
Changes by Lukáš Němec lu.ne...@gmail.com: -- resolution: - not a bug status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23272

[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

[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 rep...@bugs.python.org http://bugs.python.org/issue18598

[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 rep...@bugs.python.org http://bugs.python.org/issue18598