Bruno Desthuilliers  <[EMAIL PROTECTED]> wrote:
>fpath = os.path.join('datafiles', filename + ".tabdata")

fpath = os.path.join('datafiles', filename + os.path.extsep + "tabdata")

8-) I'm a bit bemused by extsep -- it didn't appear until 2.2, by
which time there can't have been many people with an OS where it was
anything other than '.'.

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
  ___  |  "Frankly I have no feelings towards penguins one way or the other"
  \X/  |    -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to