-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 2.7 backport #2
Comments
I started some work on this (working with @janies), but the lack of test coverage and my unfamiliarity with ipfix makes me worry I'll break something.
Do you have any scripts or data you use for testing other than the doctests? |
The only testing at this point is the doctest stuff, and a few scripts On the other hand, since nobody's using this on 2.7 anyway, I wouldn't The main issues with porting back will be modules that aren't there For exercising reading better than the test coverage provides, ensuring Andy Freeland wrote:
|
Yeah, I found backports or alternatives for most of the 3.3+ features, but |
Is this backport still likely to happen, or is it abandoned? The fork appears about a year (and a hundred-plus commits) out of date. |
So the intention is still to do this, but it'll clearly have to start over On Fri, Sep 26, 2014 at 2:40 PM, Brett Higgins notifications@github.com
|
Any wild/ballpark estimate on the amount of effort required? I might be interested in contributing, especially if the test coverage has improved in the past year. |
in develop-merge-27, need to verify a couple of things with the tests, will revisit this roll a 0.9.8 next week. thanks and apologies for the short delay in merging... :) |
Python 2.7.14 Steps to reproduce:
Note: Python 2.7
|
Hi, I'd like to know Is any update about this? Thanks |
coordinate with / investigate joelparker fork to backport to 2.7
The text was updated successfully, but these errors were encountered: