Message245719
| Author | zvyn |
|---|---|
| Recipients | benjamin.peterson, marfire, maubp, zvyn |
| Date | 2015-06-24.05:28:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1435123684.6.0.900556277019.issue19111@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a simple patch that would solve this issue. The new fixer 'future_builtins' removes `from future_builtins import foo` statements if they aren't nested in other constructs (try-except, classes, ...) and replaces them with `pass` otherwise. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-24 05:28:04 | zvyn | set | recipients: + zvyn, benjamin.peterson, maubp, marfire |
| 2015-06-24 05:28:04 | zvyn | set | messageid: <1435123684.6.0.900556277019.issue19111@psf.upfronthosting.co.za> |
| 2015-06-24 05:28:04 | zvyn | link | issue19111 messages |
| 2015-06-24 05:28:04 | zvyn | create | |