]> granicus.if.org Git - python/commit
Maintain backwards compatibility with python < 2.3 by dynamically
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 20 Sep 2003 23:51:34 +0000 (23:51 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 20 Sep 2003 23:51:34 +0000 (23:51 +0000)
commitcec1b3f6a7e899179c6463145ceff47a6c5bc805
tree26502414f2ceca83454c34b5c367b12ce61dc33e
parent0aab0020573771e224ebc0e94b2c5adf565fb4f6
Maintain backwards compatibility with python < 2.3 by dynamically
adding the iterator interface for python >= 2.3.
Lib/bsddb/__init__.py