Peter Eisentraut <pete...@gmx.net> wrote:

> On 2/3/15 6:10 PM, Michael Bayer wrote:
>> It’s mostly an issue of semantic correctness. A tuple implies a certain kind
>> of role for a data structure. From a “Does it work?” perspective, there’s
>> really no problem at all, except if we’re concerned about applications that
>> assume the return of fetchall() is mutable. Python is in often enthusiastic
>> about this kind of thing in general, from pep8 to naming conventions to
>> everything else (to pointing out in the Python docs what the usual
>> role of tuples is). But there’s no pressing issue here other than that.
> 
> 
> Other than that, Python is not Haskell,

This issue is obviously closed. But I’d point out, I’d very much like Python
to not be PHP either ;).

_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
https://mail.python.org/mailman/listinfo/db-sig

Reply via email to