Kaydet (Commit) 287b3996 authored tarafından Guido van Rossum's avatar Guido van Rossum

Clarify why we define error. Suggested by Andrew Dalke.

üst db6d12c4
......@@ -2,7 +2,7 @@
import bsddb
error = bsddb.error
error = bsddb.error # Exported for anydbm
def open(file, flag, mode=0666):
return bsddb.hashopen(file, flag, mode)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment