]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use optparse instead of getopt for command line options.
authorWalter Dörwald <walter@livinglogic.de>
Tue, 22 Nov 2005 14:12:21 +0000 (14:12 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 22 Nov 2005 14:12:21 +0000 (14:12 +0000)
commitd331b433c31a20201ceafa6f0f10f560abad663d
tree5d6883a030320d1ba5cc177b90cf009c5d103669
parent91043f32864b3d3cf5896811accb0dc70b44e531
Use optparse instead of getopt for command line options.

Use "raise instance" instead of "raise class, args".

Modernize the code in other spots (bools, startswith()).
Lib/uu.py