Message273624
| Author | josh.r |
|---|---|
| Recipients | ericvw, josh.r, rippey.e |
| Date | 2016-08-25.04:59:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1472101155.82.0.312241942561.issue27855@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Testing it myself that way: C:\>type test.py a.has_key(b)and x C:\>"C:\Program Files\Python 3.5\Tools\scripts\2to3.py" test.py RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored test.py --- test.py (original) +++ test.py (refactored) @@ -1 +1 @@ -a.has_key(b)and x +b in aand x RefactoringTool: Files that need to be modified: RefactoringTool: test.py |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-25 04:59:15 | josh.r | set | recipients: + josh.r, ericvw, rippey.e |
| 2016-08-25 04:59:15 | josh.r | set | messageid: <1472101155.82.0.312241942561.issue27855@psf.upfronthosting.co.za> |
| 2016-08-25 04:59:15 | josh.r | link | issue27855 messages |
| 2016-08-25 04:59:15 | josh.r | create | |