]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use True in a few more places.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 Apr 2003 23:09:08 +0000 (23:09 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 Apr 2003 23:09:08 +0000 (23:09 +0000)
commit10cf21802d2417c794630f7642a128b757b0a5cb
treefc36662fedae05e14e54fa6184f4862b8130e841
parenta6bdf2aef6081cf7b2f9d209a4e42a92f65a36db
Use True in a few more places.
Use isinstance(somestring, basestring) instead of type() as per PEP 8
Doc/lib/libshlex.tex
Lib/shlex.py