cpython/Lib/wsgiref
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
handlers.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
headers.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
simple_server.py
util.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
validate.py Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00