cpython/Lib/bsddb
Guido van Rossum b053cd8f40 Killed the <> operator. You must now use !=.
Opportunistically also fixed one or two places where '<> None' should be
'is not None' and where 'type(x) <> y' should be 'not isinstance(x, y)'.
2006-08-24 03:53:23 +00:00
..
test Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
__init__.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
db.py Simplify string comparison using startswith() 2005-02-02 18:47:18 +00:00
dbobj.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
dbrecio.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
dbshelve.py Fixed to the point that all unit tests pass again. (However, I get 4 2006-08-21 00:21:47 +00:00
dbtables.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
dbutils.py Fixed to the point that all unit tests pass again. (However, I get 4 2006-08-21 00:21:47 +00:00