-
Notifications
You must be signed in to change notification settings - Fork 203
Typing vs Python2.7 support #560
Copy link
Copy link
Open
Labels
MaintainabilityIssues for code modernization, improve development, testingIssues for code modernization, improve development, testingUsabilityImprovement that benefit petl usage for end usersImprovement that benefit petl usage for end users
Milestone
Metadata
Metadata
Assignees
Labels
MaintainabilityIssues for code modernization, improve development, testingIssues for code modernization, improve development, testingUsabilityImprovement that benefit petl usage for end usersImprovement that benefit petl usage for end users
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem description
Typing doesn't work with
petllike an example below.In our project we use typing a lot and we believe it helps to deliver better code.
Versions
Typing is not compatible with Python 2 and is not fully compatible with some older versions. Adding typing would break support for Python 2.7 (which is deprecated tho).
POC: #559
Questions to discuss
Is there any plans to deprecate Python2.7 and add support for new features e.g. typing, or moving to new repo
petl3or so?