mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Create the dbm package from PEP 3108. #2881.
This commit is contained in:
parent
e6f00637be
commit
0a7ac7d70d
41 changed files with 690 additions and 876 deletions
|
|
@ -270,7 +270,7 @@ class OpenWrapper:
|
|||
"""Wrapper for builtins.open
|
||||
|
||||
Trick so that open won't become a bound method when stored
|
||||
as a class variable (as dumbdbm does).
|
||||
as a class variable (as dbm.dumb does).
|
||||
|
||||
See initstdio() in Python/pythonrun.c.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue