Class data being zapped by method

Sion Arrowsmith siona at chiark.greenend.org.uk
Wed Aug 9 10:15:03 EDT 2006


Bruno Desthuilliers  <onurb at xiludom.gro> 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 -- siona at chiark.greenend.org.uk -- 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



More information about the Python-list mailing list