cpython/Lib/lib-old
Fred Drake 132dce2246 Update the code to better reflect recommended style:
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
2000-12-12 23:11:42 +00:00
..
Para.py
addpack.py
cmp.py
cmpcache.py
codehack.py
dircmp.py
dump.py
find.py
fmt.py
grep.py
lockfile.py
newdir.py
ni.py
packmail.py
poly.py
rand.py
tb.py
util.py
whatsound.py
zmod.py