문제

Which are the protocols I can use in the shelve module of Python besides Pickle? What are the differences between them?

도움이 되었습니까?

해결책

Deciding by http://docs.python.org/2/library/shelve.html, shelve only works with pickle; the protocol parameter simply seems to specify the pickle version.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top