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 rhettinger
Recipients mark.dickinson, rhettinger, tim.peters
Date 2019-07-27.05:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564205338.06.0.366598705946.issue37691@roundup.psfhosted.org>
In-reply-to
Content
I did some user testing with Python 3.8 and found that math.dist() was a little restrictive in only accepting coordinates as tuples.  Mostly it worked out fine except but was a little inconvenient with generalized unpacking:

   label, *coordinates = cursor.fetchone()  # coordinates is a list

Also, it would be nice to allow numpy arrays as arguments.
History
Date User Action Args
2019-07-27 05:28:58rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson
2019-07-27 05:28:58rhettingersetmessageid: <1564205338.06.0.366598705946.issue37691@roundup.psfhosted.org>
2019-07-27 05:28:57rhettingerlinkissue37691 messages
2019-07-27 05:28:57rhettingercreate