Skip to content
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

Breaking changes for 2.x release #63

Open
williballenthin opened this issue Apr 27, 2016 · 5 comments
Open

Breaking changes for 2.x release #63

williballenthin opened this issue Apr 27, 2016 · 5 comments

Comments

@williballenthin
Copy link
Owner

Use this issue to track proposed changes to the python-registry API for the 2.x release.

@williballenthin
Copy link
Owner Author

remove REGFBlock.last_hbin_offset in favor of hbins_size().

discussion: https://github.com/williballenthin/python-registry/pull/61/files#diff-7f13bab9bbdf7ceaf782d82b65bd0273L295

@williballenthin
Copy link
Owner Author

remove REGFBlock.validate() in favor of recovery_required().

discussion: https://github.com/williballenthin/python-registry/pull/61/files#diff-7f13bab9bbdf7ceaf782d82b65bd0273L329

@NiKiZe
Copy link
Contributor

NiKiZe commented Apr 28, 2016

Remove other thins marked obsolete, such as records()
https://github.com/williballenthin/python-registry/blob/master/Registry/RegistryParse.py#L1422

All the scripts/files needs to be checked to make sure they have no calls to these functions.

@williballenthin
Copy link
Owner Author

good point, thanks.

i'll also do a cursory search github to see if i can find projects relying on the module and give them a heads up.

@williballenthin
Copy link
Owner Author

Adding support for deleted keys/values may require changed APIs, so 2.x would be a good goal for this feature, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants