Message127796
| Author | scoder |
|---|---|
| Recipients | kristjan.jonsson, mark.dickinson, pitrou, scoder |
| Date | 2011-02-03.15:50:45 |
| SpamBayes Score | 0.021301448 |
| Marked as misclassified | No |
| Message-id | <1296748246.02.0.475197395616.issue10227@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A quick test against the py3k stdlib: find -name "*.py" | while read file; do egrep '\[[-0-9]*:[-0-9]*\]' "$file"; done | wc -l This finds 2096 lines in 393 files. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-03 15:50:46 | scoder | set | recipients: + scoder, mark.dickinson, pitrou, kristjan.jonsson |
| 2011-02-03 15:50:46 | scoder | set | messageid: <1296748246.02.0.475197395616.issue10227@psf.upfronthosting.co.za> |
| 2011-02-03 15:50:45 | scoder | link | issue10227 messages |
| 2011-02-03 15:50:45 | scoder | create | |