[newbie] Writing to file : "name 'concat' is not defined"?

Fred nobody at nowhere.com
Wed Jul 21 10:30:40 EDT 2004


On Wed, 21 Jul 2004 16:01:04 +0200, Brian Quinlan <brian at sweetapp.com>
wrote:
>I don't see any reference to a "concat" function in either of those 
>resources.

Er...

Dive into Python : "Example 6.3. Opening a File" at the very
beginning. No mention of an "open" statement, just concat. Same lower
in "Example 6.7. Writing to Files".

And in the Python Tutorial, jump to "7.2 Reading and Writing Files"
The text mentions open(), but the samples don't show it, and use
concat() instead.

So I figured concat() was the way to go :-)

Thx again
Fred.



More information about the Python-list mailing list