[Python-Dev] Replacement for print in Python 3.0 (original) (raw)
François Pinard pinard at iro.umontreal.ca
Sun Sep 4 22:52:23 CEST 2005
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Let me correct two typos (I had to leave in a rush).
[François Pinard]
[...] Let's consider that `print' (or whatever) is a Python function, not negotiable. It should likely be.
The "It" refers to `print' being a Python function, not the negotiability.
Logo and a few others also have parentheses-less function calls, yet they may be week at handling functions as first-class objects.
s/week/weak/
-- François Pinard http://pinard.progiciels-bpi.ca
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]