mirror of https://github.com/python/cpython
Minor typo
This commit is contained in:
parent
476fcae4d7
commit
d71a5511a4
|
@ -64,8 +64,9 @@ Extension modules
|
||||||
(SF bug 763298).
|
(SF bug 763298).
|
||||||
|
|
||||||
The DB and DBEnv set_get_returns_none function was extended to take
|
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
|
a level instead of a boolean flag. The new level 2 means that in
|
||||||
instead of raising an exception. This applies to set methods.
|
addition, cursor.set()/.get() methods return None instead of raising
|
||||||
|
an exception.
|
||||||
|
|
||||||
A typo was fixed in DBCursor.join_item(), preventing a crash.
|
A typo was fixed in DBCursor.join_item(), preventing a crash.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue