Message111002
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, eli.bendersky, terry.reedy |
| Date | 2010-07-21.04:00:23 |
| SpamBayes Score | 0.0028757735 |
| Marked as misclassified | No |
| Message-id | <1279684825.87.0.489861568548.issue9317@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Comparison of count files produced by 2.7 and 3.x suggests that the problem is in finding the source file for the module:
>>> pickle.load(open('x', 'rb'))
({('<string>', 2): 2, ('<string>', 1): 4, ('<string>', 8): 20, ..
>>> pickle.load(open('y', 'rb'))
({('traceme.py', 1): 2, ('traceme.py', 2): 2, ('<string>', 1): 2, ('traceme.py', 8): 20, ..
In the above, x was produced by 3.x and y by 2.7. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-21 04:00:26 | belopolsky | set | recipients: + belopolsky, terry.reedy, eli.bendersky |
| 2010-07-21 04:00:25 | belopolsky | set | messageid: <1279684825.87.0.489861568548.issue9317@psf.upfronthosting.co.za> |
| 2010-07-21 04:00:24 | belopolsky | link | issue9317 messages |
| 2010-07-21 04:00:24 | belopolsky | create | |