En Thu, 17 Sep 2009 11:10:34 -0300, J Kenneth King <ja...@agentultra.com> escribió:
ici <iltch...@gmail.com> writes:

I like shelve for saving small amounts of data, user preferences,
recent files etc.
http://docs.python.org/library/shelve.html

I like it too, but I hear the great powers that be are going to
deprecate it.

Why?
Even if it were to be deprecated, that could only happen in 2.7, the module would still be there in 2.8, and could only disappear in 2.9 (or 3.4) (see PEP 4: Deprecation of Standard Modules). And even after it's gone, being a pure Python module it's easy to keep the previous version around.
So, I wouldn't worry about that.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to