Skip to content

Conversation

friday
Copy link
Member

@friday friday commented Nov 9, 2021

Pickle is Python's internal method to serialize and deserialize memory to text, and it can store things JSON can't. But JSON is a better format for compatibility with external tools to change settings (#712) or just to read the files and understand what they are storing. In addition we've had many issues with it when migrating python versions (ex: #290 #464)

@friday friday added this to the 6.0.0 milestone Nov 9, 2021
@friday friday merged commit 0ea86f4 into v6 Nov 9, 2021
@friday friday deleted the v6-switch-pickle-to-json branch November 9, 2021 21:26
@friday friday mentioned this pull request Nov 9, 2021
8 tasks
@friday friday mentioned this pull request Mar 29, 2022
@friday friday mentioned this pull request May 12, 2022
1 task
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

Successfully merging this pull request may close these issues.

1 participant