|
From: Jim A. <ji...@tr...> - 2001-04-23 16:24:47
|
Uncle Roastie wrote:
> Question: On pages 9.21 and 9.23 you show how
> to use "glob()" in Jython, and then you add that it
> is not part of the standard Jython package.
Fresh jython 2.1a1 on Win98, no C-Python:
>>> from glob import glob
>>> glob("*.*")
['LICENSE.txt', 'README.txt', 'jython.jar', 'jython.bat', 'jythonc.bat',
'Uninst
all.class', 'console.bat']
Bruce Eckel may have been using an earlier version?
--
__o
Jim Adrig _ \<,_
ji...@tr... ' `/ ' `
___________ `-' `-'
"There are many ways of moving forward,
but only one way of standing still."
- Franklin D. Roosevelt
|