Why does extending a list with the empty list result in None?  It
seems very counterintuitive to me, at least --- I expected ['a'].extend
([]) to result in ['a'], not None.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to