diff options
| author | Barry Warsaw <barry@python.org> | 2003-07-20 18:00:54 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2003-07-20 18:00:54 +0000 |
| commit | d71a5511a48c128af2ff902ede50dd6a94a48796 (patch) | |
| tree | 8db05e7ab440e6d92d3e52142550c869669f1996 | |
| parent | 476fcae4d70f78ce79b4f1b6c59c62673d0b7c1d (diff) | |
| download | cpython-git-d71a5511a48c128af2ff902ede50dd6a94a48796.tar.gz | |
Minor typo
| -rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -64,8 +64,9 @@ Extension modules (SF bug 763298). The DB and DBEnv set_get_returns_none function was extended to take - a level instead of a boolean flag. The new level 2 mans return None - instead of raising an exception. This applies to set methods. + a level instead of a boolean flag. The new level 2 means that in + addition, cursor.set()/.get() methods return None instead of raising + an exception. A typo was fixed in DBCursor.join_item(), preventing a crash. |
