easy filecopy? - JPython?

Fred L. Drake fdrake at cnri.reston.va.us
Tue Jun 15 11:16:33 EDT 1999


A.K. Masters, Frumious Bandersnatch writes:
 > Copy, copyfile, copymode in shutil apparently haven't been implemented
 > under jpython.  Any copy ideas for jpython (Unix, of course)?

  shutil.copyfile() works just fine (JPython 1.0.3 on java1.2), but
shutil.copymode() relies on os.chmod(), which isn't there.  I'm sure
Barry Warsaw (bwarsaw at python.org) would love to receive a patch for
JPython to support that!  ;-)


  -Fred

--
Fred L. Drake, Jr.	     <fdrake at acm.org>
Corporation for National Research Initiatives




More information about the Python-list mailing list