Message340585
| Author | xdegaye |
|---|---|
| Recipients | chris.jerdonek, eric.araujo, ezio.melotti, gregory.p.smith, miss-islington, rbcollins, vstinner, xdegaye |
| Date | 2019-04-20.16:41:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1555778505.49.0.821520393817.issue16079@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
PR 12886 adds a check on duplicate method definitions to the travis() function of patchcheck.py. False positives must be entered to Tools/scripts/duplicates_ignored.txt. The existing duplicates have been entered to this file (with the corresponding bpo issue number in comment) and no duplicates are found currently by duplicate_meth_defs.py when run with '--ignore duplicates_ignored.txt'. It is expected that these entries would be removed from this file when their issues are closed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-20 16:41:45 | xdegaye | set | recipients: + xdegaye, gregory.p.smith, vstinner, rbcollins, ezio.melotti, eric.araujo, chris.jerdonek, miss-islington |
| 2019-04-20 16:41:45 | xdegaye | set | messageid: <1555778505.49.0.821520393817.issue16079@roundup.psfhosted.org> |
| 2019-04-20 16:41:45 | xdegaye | link | issue16079 messages |
| 2019-04-20 16:41:45 | xdegaye | create | |