Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 5a63183a8b8a9e177f97feac975850df5e6f98aa authored by Gregory P. Smith on 27 July 2010, 05:31:29 UTC
The default size of the re module's compiled regular expression cache has
Tip revision: 5a63183
ndbm.py
"""Provide the _dbm module as a dbm submodule."""

from _dbm import *
back to top