New submission from David James:
Lib/argparse.py [1] doesn't mention a license in it. Could you please add a
license to it?
According to the argparse project [2], argparse is licensed under the Python
license. Chromium OS uses argparse. If you would add information about the
licen
New submission from David James Peters :
The ConfigParser().write() does not save the comments; this makes using
comments harder because it requires a separate demo ini file the user must be
able to locate and read from without learning anything from the INI file they
are using. Not Good. Pls