[issue10087] HTML calendar is broken

Senthil Kumaran report at bugs.python.org
Sun Aug 7 03:00:59 CEST 2011


Senthil Kumaran <senthil at uthcode.com> added the comment:

FWIW, I think removing the encoding facility (more so because it can interfere with the terminal encoding) and just dealing with strings to output the html version of calendar seems a neater way than definiing write = sys.stdout.buffer.write and writing the bytes to the STDOUT.

Is this not feasible at the moment?

----------
nosy: +orsenthil

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10087>
_______________________________________


More information about the Python-bugs-list mailing list