[issue9954] include sqlite3.exe in PythonXX/Scripts

2010-09-26 Thread Dan L
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

[issue10471] include documentation in python docs and under python -h for other commandline options

2010-11-20 Thread Dan L
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

[issue9515] vars() dictionary access to generate variables

2010-08-04 Thread Dan L
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