New submission from Dan L :
since sqlite3 is included in the standard library, it would be useful to have
access to the command line tool that's part of sqlite. Including the
command-line binary for each respective OS in the respective Scripts or bin
folder would allow python users to c
New submission from Dan L :
there are options such as 'python -tt -bb' that are undocumented at
http://docs.python.org/using/cmdline and that don't show up when you type
python -h. ( Doubling t and b turns tabs or bytes warnings into errors.
) I don't know if they sho
New submission from Dan L :
Perhaps it's assumed that you should know about this by knowing about how the
vars dictionary is implemented, but to someone unfamiliar like me it seems like
the builtin functions documentation for vars() should mention that you can
create a variable name f