This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oggust
Recipients mark.dickinson, oggust
Date 2009-10-20.18:48:18
SpamBayes Score 0.00080547243
Marked as misclassified No
Message-id <1256064499.79.0.679600833697.issue7176@psf.upfronthosting.co.za>
In-reply-to
Content
Er, that's fairly weird...

Couldn't it do eg "type(first argument)", and if it's a list, 
replace the 0 with []?

What's the second argument's use anyway?
  s = sum([1,2,3,4]) + 3
seems a lot clearer than
  s = sum([1,2,3,4], 3)
and those seem to be equivalent.

Thanks,
/August.
History
Date User Action Args
2009-10-20 18:48:19oggustsetrecipients: + oggust, mark.dickinson
2009-10-20 18:48:19oggustsetmessageid: <1256064499.79.0.679600833697.issue7176@psf.upfronthosting.co.za>
2009-10-20 18:48:18oggustlinkissue7176 messages
2009-10-20 18:48:18oggustcreate