Message280898
When we execute the http.server module, the tool will use the current directory (os.getcwd()) but sometimes we would like to specify a directory on the command line.
With the next patch, I try to fix this missing feature ;-)
Just with python -m http.server -d /tmp
by default the system will use the current directory.
if necessary, I will show an error if the directory does not exist. |
|
Date |
User |
Action |
Args |
2016-11-15 22:31:49 | matrixise | set | recipients:
+ matrixise |
2016-11-15 22:31:49 | matrixise | set | messageid: <1479249109.08.0.530385659795.issue28707@psf.upfronthosting.co.za> |
2016-11-15 22:31:49 | matrixise | link | issue28707 messages |
2016-11-15 22:31:49 | matrixise | create | |
|