Message128991
| Author | Arfrever |
|---|---|
| Recipients | Arfrever |
| Date | 2011-02-21.20:32:49 |
| SpamBayes Score | 0.002898739 |
| Marked as misclassified | No |
| Message-id | <1298320370.6.0.707528298714.issue11276@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
$ cat test.py import cPickle cPickle cPickle.load $ 2to3 -f imports test.py RefactoringTool: Refactored test.py --- test.py (original) +++ test.py (refactored) @@ -1,3 +1,3 @@ -import cPickle +import pickle cPickle -cPickle.load +pickle.load RefactoringTool: Files that need to be modified: RefactoringTool: test.py |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-21 20:32:50 | Arfrever | set | recipients: + Arfrever |
| 2011-02-21 20:32:50 | Arfrever | set | messageid: <1298320370.6.0.707528298714.issue11276@psf.upfronthosting.co.za> |
| 2011-02-21 20:32:50 | Arfrever | link | issue11276 messages |
| 2011-02-21 20:32:49 | Arfrever | create | |