Raymond Hettinger
|
85602268dc
|
The default shelve pickle protocol should have been 3.
|
2009-02-03 04:19:10 +00:00 |
Raymond Hettinger
|
7fc0dd7b5b
|
Fix error in docs. The source says proto 2 is the default.
|
2009-01-29 22:26:20 +00:00 |
Benjamin Peterson
|
9a46cab613
|
remove some more bsddb references
|
2008-09-08 02:49:30 +00:00 |
Georg Brandl
|
c772372d1d
|
Remove remaining references to UserDict module.
|
2008-05-26 17:47:11 +00:00 |
Georg Brandl
|
0a7ac7d70d
|
Create the dbm package from PEP 3108. #2881.
|
2008-05-26 10:29:35 +00:00 |
Collin Winter
|
c79461b164
|
Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls.
|
2007-09-01 23:34:30 +00:00 |
Georg Brandl
|
55ac8f0f26
|
Get rid of the remaining versionadded/versionchanged directives.
|
2007-09-01 13:51:09 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |