--- Begin Message ---
Tim Golden wrote:
[Neil Benn]
| I'm running a program which is using
| shutil.copyfileobj on a Win2K Pro, python 2.3 box.
Just for (possible) reassurance, I've just
run the following code snippet on my Win2k
Python 2.3.4 box and it seemed to work
without adding any odditi
[Neil Benn]
| I'm running a program which is using
| shutil.copyfileobj on a Win2K Pro, python 2.3 box.
Just for (possible) reassurance, I've just
run the following code snippet on my Win2k
Python 2.3.4 box and it seemed to work
without adding any oddities to the file name.
I'm copying to a "r
Hello,
I'm running a program which is using shutil.copyfileobj on a
Win2K Pro, python 2.3 box. The source and dest file are both opened in
textual mode as 'w', the source file on the local hard drive and the
dest file is on a file server (transmitted through a samba server), the
block