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 andrewsg
Recipients andrewsg, eric.araujo, r.david.murray, rubenlm, tarek
Date 2013-03-18.22:09:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363644541.94.0.675111849966.issue8523@psf.upfronthosting.co.za>
In-reply-to
Content
Product of the #pycon 2013 sprint with r.david.murray's assistance.  This implements the list of results as per tarek's suggested 1/ behavior in cases where ignore_errors=True.  Parameters accepted are not changed; return value is changed from None to an empty list in case of no errors or onerror defined by the user, and to a list of tuples exactly like onerror arguments in the case of ignore_errors=True.

As the ignore_errors=True closure-based implementation was adopted from test_shutil.py code, test_shutil.py is changed in one place to take advantage of the new return value in order to add coverage of the new functionality.
History
Date User Action Args
2013-03-18 22:09:02andrewsgsetrecipients: + andrewsg, tarek, eric.araujo, r.david.murray, rubenlm
2013-03-18 22:09:01andrewsgsetmessageid: <1363644541.94.0.675111849966.issue8523@psf.upfronthosting.co.za>
2013-03-18 22:09:01andrewsglinkissue8523 messages
2013-03-18 22:09:01andrewsgcreate