Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69764 > unrolled thread

Re: How can I parse this correctly?

Started byChris Angelico <rosuav@gmail.com>
First post2014-04-06 21:54 +1000
Last post2014-04-06 21:54 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How can I parse this correctly? Chris Angelico <rosuav@gmail.com> - 2014-04-06 21:54 +1000

#69764 — Re: How can I parse this correctly?

FromChris Angelico <rosuav@gmail.com>
Date2014-04-06 21:54 +1000
SubjectRe: How can I parse this correctly?
Message-ID<mailman.8950.1396785265.18130.python-list@python.org>
On Sun, Apr 6, 2014 at 9:32 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> I'd recommend using this import statement in Python 2 so you get used to
> print being a function.
>
> from __future__ import print_function

Or better still, just write Python 3 code - then you get to take
advantage of all the fancy new features :)

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web