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
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"
Changes by Lukáš Němec :
--
resolution: -> not a bug
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue23272>
___
___
Python-bugs-list
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
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
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
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