]> granicus.if.org Git - python/commit
Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError.
authorGeorg Brandl <georg@python.org>
Sat, 10 Jun 2006 06:40:50 +0000 (06:40 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 10 Jun 2006 06:40:50 +0000 (06:40 +0000)
commit90e27d38f5ec7c435d32e1eebe0b7a3ad6b60216
tree157132e2091bf19d163e1f49a43905f7a06b0306
parent6946ea0be032c17689ee35d3281060b8fe662471
Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError.
Also improve error message on overflow.
Lib/test/string_tests.py
Objects/stringobject.c
Objects/unicodeobject.c