[Tutor] Displaying Status on the Command Line
Zachary Ware
zachary.ware+pytut at gmail.com
Thu Nov 8 11:16:35 EST 2018
On Thu, Nov 8, 2018 at 10:10 AM Steven D'Aprano <steve at pearwood.info> wrote:
> Sorry, I don't understand that. Maybe its too early in the morning for
> my brain, but given that you've imported the Python 3 print function
> from the __future__ why do you need the customer wrapper?
>
> from __future__ import print_function
>
> alone should give you exactly the Python 3 print function, with all its
> bells and whistles.
>
> What have I missed?
The `flush` parameter was added in 3.3.
--
Zach
More information about the Tutor
mailing list