why does activestate (win98) python not support globbing

Paul Prescod paulp at ActiveState.com
Thu Apr 12 14:23:39 EDT 2001


Well this isn't an ActiveState issue and it isn't really a Python issue
(though I can see why you would think that). It's simply Windows versus
Unix. On Unix the *shell* does globbing. The program never sees the
unexpanded filename. On Windows, the application must do globbing (if it
wants to). Python (Active- or otherwise!) has a glob module that can do
it for you.
-- 
Take a recipe. Leave a recipe.  
Python Cookbook!  http://www.ActiveState.com/pythoncookbook




More information about the Python-list mailing list