[issue8770] Make 'python -m sysconfig' print something useful

2010-05-25 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue8770] Make 'python -m sysconfig' print something useful

2010-05-25 Thread Tarek Ziadé
Tarek Ziadé added the comment: added in r81513 Thanks all ! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8770] Make 'python -m sysconfig' print something useful

2010-05-19 Thread Ray.Allen
Ray.Allen added the comment: Add get_paths()'s output seems reasonable and simple enough, also we could make the output format prettier. -- nosy: +ysj.ray ___ Python tracker ___

[issue8770] Make 'python -m sysconfig' print something useful

2010-05-19 Thread Tarek Ziadé
Tarek Ziadé added the comment: weird, just realized "python -m site" doesn't print anything for me.. > If you want to make it sophisticated you could support arguments/options > using the 'argparse' module. :) Let's add the simplest case at first ;) -- __

[issue8770] Make 'python -m sysconfig' print something useful

2010-05-19 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Yes, get_paths(). It could also print get_config_vars(), yes. If you want to make it sophisticated you could support arguments/options using the 'argparse' module. :) -- ___ Python tracker

[issue8770] Make 'python -m sysconfig' print something useful

2010-05-19 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue8770] Make 'python -m sysconfig' print something useful

2010-05-19 Thread Tarek Ziadé
Tarek Ziadé added the comment: You mean get_paths ? It could also print out get_config_vars() output -- ___ Python tracker ___ ___ Py

[issue8770] Make 'python -m sysconfig' print something useful

2010-05-19 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : "python2.7 -m sysconfig" at the moment does not print anything. "python2.7 -m site", for instant, prints useful information. Perhaps the output of `sysconfig.get_path` can be pretty printed? -- assignee: tarek components: Distutils messages: 106