Movatterモバイル変換
[0]ホーム
why does activestate (win98) python not support globbing
Paul Prescodpaulp 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 versusUnix. On Unix the *shell* does globbing. The program never sees theunexpanded filename. On Windows, the application must do globbing (if itwants to). Python (Active- or otherwise!) has a glob module that can doit for you.-- Take a recipe. Leave a recipe. Python Cookbook!http://www.ActiveState.com/pythoncookbook
More information about the Python-listmailing list
[8]ページ先頭