]> granicus.if.org Git - python/commit
Disallow u"..." + b"..." and b"..." + u"...".
authorGuido van Rossum <guido@python.org>
Fri, 13 Apr 2007 02:23:57 +0000 (02:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Apr 2007 02:23:57 +0000 (02:23 +0000)
commit84d79ddce2176ae54825da32e096d6332a8d5138
tree17236790cda0f1ba7d0eda07a8112f9d717c9418
parentad7d8d10b70b62b25fc8ebd1a6bfef0c008a232a
Disallow u"..." + b"..." and b"..." + u"...".
Lib/test/test_bytes.py
Objects/unicodeobject.c