]> granicus.if.org Git - python/commit
Fix bug:
authorMichael W. Hudson <mwh@python.net>
Fri, 21 Oct 2005 11:45:01 +0000 (11:45 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 21 Oct 2005 11:45:01 +0000 (11:45 +0000)
commitb2308bb9be492937764a99007f5fd49b75fbefee
treee62df0ddeff790c58c067130b61e9f9d43840783
parentaee2e2829db8e8d4ea9f5b0bc900564cdebe9414
Fix bug:

1327110 ] wrong TypeError traceback in generator expressions

by removing the code that can stomp on the users' TypeError raised by the
iterable argument to ''.join() -- PySequence_Fast (now?) gives a perfectly
reasonable message itself.  Also, a couple of tests.
Lib/test/string_tests.py
Lib/test/test_string.py
Objects/stringobject.c
Objects/unicodeobject.c