[Python-Dev] [Python-checkins] cpython (2.7): Inline the advisory text on how to use the shelve module. (original) (raw)
Eric V. Smith eric at trueblade.com
Fri Nov 4 21:21:46 CET 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: Port code page codec to Unicode API.
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Inline the advisory text on how to use the shelve module.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/4/2011 4:08 PM, raymond.hettinger wrote:
- .. note:: + Like file objects, shelve objects should closed explicitly to assure + that the peristent data is flushed to disk.
Missing "be" there, I think: "should be closed".
Eric.
- Previous message: [Python-Dev] [Python-checkins] cpython: Port code page codec to Unicode API.
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Inline the advisory text on how to use the shelve module.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]