On Thu, Nov 8, 2018 at 10:10 AM Steven D'Aprano <st...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to