- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message245800
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | zvyn |
|---|---|
| Recipients | benjamin.peterson, josh.r, marfire, maubp, zvyn |
| Date | 2015-06-25.05:28:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1435210134.65.0.86222460691.issue19111@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The other fixers you mentioned are deactivated independently of this patch if an import from future_builtins exists. I gave it the same run_order as in the fix for __future__ imports which prevents 2to3 from deleting the calls before other fixers check for their existence. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-25 05:28:54 | zvyn | set | recipients: + zvyn, benjamin.peterson, maubp, josh.r, marfire |
| 2015-06-25 05:28:54 | zvyn | set | messageid: <1435210134.65.0.86222460691.issue19111@psf.upfronthosting.co.za> |
| 2015-06-25 05:28:54 | zvyn | link | issue19111 messages |
| 2015-06-25 05:28:54 | zvyn | create | |

