]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
when print() gets unicode arguments, sep and end should be unicode by default #4618
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Jul 2009 18:16:45 +0000 (18:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Jul 2009 18:16:45 +0000 (18:16 +0000)
commit753d16234f61dd4494a19e71a5fc196611ecbcf3
treedc8708d1eb6c1f38fcf7709ad20e1c05ec57239f
parent1bf4765369d7a6d5f0a4ad616f8a887c8fc4af39
when print() gets unicode arguments, sep and end should be unicode by default #4618
Lib/test/test_print.py
Misc/NEWS
Python/bltinmodule.c