Print formatting - same line printing?

Michael Hudson mwh21 at cam.ac.uk
Sun Jun 4 16:01:46 EDT 2000


Nooo, the point I was trying to make is that a cross platform library
hs to be able to carry out all its actions on every platform it is
meant to run on (if they only work on certain platforms you haven't
really got very far!).

Cheers,
M.

"Darrell Gallion" <darrell at dorb.com> writes:

> Check out os.py in the standard libs.
> It configures for each OS.
> >>> os.name
> 'nt'
> 
> --Darrell Gallion
> 
> From: "Michael Hudson" <mwh21 at cam.ac.uk>
> > 
> > Because I suspect the behaviour common to all the platforms that
> > Python runs on is so restricted as to be useless.
> > 
> 
> 
> 

-- 
  Indeed, when I design my killer language, the identifiers "foo" and
  "bar" will be reserved words, never used, and not even mentioned in
  the reference manual. Any program using one will simply dump core
  without comment. Multitudes will rejoice. -- Tim Peters, 29 Apr 1998



More information about the Python-list mailing list