Message171369
| Author | xdegaye |
|---|---|
| Recipients | chris.jerdonek, ezio.melotti, michael.foord, pitrou, xdegaye |
| Date | 2012-09-27.08:01:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1348732861.21.0.862969530488.issue16056@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Running find_duplicate_test_names.py (after changing the print statements) on the 2.7 branch, gives the following output: $ ./python find_duplicate_test_names.py Lib/test/ Duplicate test method names: Lib/test/test_unicode.py: <module>.UnicodeTest.test_capitalize Lib/test/test_iter.py: <module>.TestCase.test_unicode_join_endcase The duplicate in Lib/test/test_iter.py is defined on purpose. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-27 08:01:01 | xdegaye | set | recipients: + xdegaye, pitrou, ezio.melotti, michael.foord, chris.jerdonek |
| 2012-09-27 08:01:01 | xdegaye | set | messageid: <1348732861.21.0.862969530488.issue16056@psf.upfronthosting.co.za> |
| 2012-09-27 08:01:00 | xdegaye | link | issue16056 messages |
| 2012-09-27 08:01:00 | xdegaye | create | |