Wrap a function

Ben Finney ben+python at benfinney.id.au
Wed Feb 3 16:50:44 EST 2010


Dan Stromberg <drsalists at gmail.com> writes:

> Ben Finney wrote:
> > It's no sin to say that Python isn't a good choice for specific
> > things; and “I want to write programs by indistinguishably mixing
> > statements with external system calls” is one of them, IMO

> > From 
> http://stromberg.dnsalias.org/~dstromberg/debugging-with-syscall-tracers.html#terminology
>
>    A quick note on terminology: open() is typically a system call.
[…]

That is a different use of “system call”. I used it in the ‘os.system’
sense: meaning “invoke an external OS command as a child of this
process”.

-- 
 \           “I was in a bar the other night, hopping from barstool to |
  `\     barstool, trying to get lucky, but there wasn't any gum under |
_o__)                                       any of them.” —Emo Philips |
Ben Finney



More information about the Python-list mailing list