cpython/Lib/logging
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
..
__init__.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
config.py Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
handlers.py If cPickle isn't available, use pickle. 2006-08-17 08:57:26 +00:00