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 jonathanhogg
Recipients jonathanhogg
Date 2016-10-25.10:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477391020.72.0.151602828725.issue28527@psf.upfronthosting.co.za>
In-reply-to
Content
If `genericpath.commonprefix()` is called with a non-indexable argument, then the check for passing in a list of lists/tuples will raise an exception due to the `m[0]` test.
History
Date User Action Args
2016-10-25 10:23:40jonathanhoggsetrecipients: + jonathanhogg
2016-10-25 10:23:40jonathanhoggsetmessageid: <1477391020.72.0.151602828725.issue28527@psf.upfronthosting.co.za>
2016-10-25 10:23:40jonathanhogglinkissue28527 messages
2016-10-25 10:23:40jonathanhoggcreate