[Python-ideas] Make Difflib example callable as module __main__
Dan Colish
dcolish at gmail.com
Wed Feb 22 16:49:14 CET 2012
More information about the Python-ideas mailing list
Wed Feb 22 16:49:14 CET 2012
- Previous message: [Python-ideas] Personal Project Roadmap (Was: sys.path is a hack - bringing it back under control)
- Next message: [Python-ideas] Make Difflib example callable as module __main__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey, I was reading over the difflib docs this morning and when I got to the bottom, I expected, probably due to lack of coffee, that the example would be callable as the module from the command line. There are already a number of modules which export command line functionality, ie. unittest, and I thought it would be great if difflib module offered the same. The code is pretty much there in the example from the documentation. It would just need to be included in the module itself. --Dan
- Previous message: [Python-ideas] Personal Project Roadmap (Was: sys.path is a hack - bringing it back under control)
- Next message: [Python-ideas] Make Difflib example callable as module __main__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list