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


Groups > comp.lang.python > #51865

Re: LibreOffice

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <drobinow@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'interpreter': 0.05; 'upgraded': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7': 0.14; 'libre': 0.16; 'reedy': 0.16; 'relevance': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; '2.3': 0.30; 'message- id:@mail.gmail.com': 0.30; 'included': 0.31; 'fri,': 0.33; 'received:google.com': 0.35; 'list,': 0.38; 'pm,': 0.38; 'office': 0.60; 'to:none': 0.92; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=8k/gtK6LEh4qu1ucXUZpjPsJzKO3Lk7/RT6b+igOZnU=; b=BEC24OC/qe1+l0GFJVGebmf8wrvmGLD7PoaUGWQMFjP6oeGSxzLJGAWfcVishlTsnW DVBWT1QQ1gxDhsFVbMxB91VHQDADTqkHXbjr5LDxBuBFkRJrU9FL/M6IftvdArEFQVTF tlkBbmXsJCQcCLrPGiDWhsfTMw7JA/tyPUIOCDaxvnzCpbtZ4DuaWlnesT5Hsk7icPNv 33FTMJumqWxassiQHLQmcwxJGOL1oH/Pp2mqD4JGvr8L8jm4bedzCmrxdukhpQFzbqkQ ByOqNKJfQgnl3nAxus12SLxS083n2vHMb8WDeJZdz4qg8QriIghxk9JrFM1an+pX1/fv XoFg==
MIME-Version 1.0
X-Received by 10.182.87.170 with SMTP id az10mr9090015obb.10.1375542488862; Sat, 03 Aug 2013 08:08:08 -0700 (PDT)
In-Reply-To <kthm85$ibu$1@ger.gmane.org>
References <mailman.49.1375295978.1251.python-list@python.org> <ktbn0a$i7d$2@reader1.panix.com> <CAPTjJmrreLvugLWpzUPdX+23k8wgb8OUcwzuVHY4hYsBZ9qGJw@mail.gmail.com> <7wfvusy36r.fsf_-_@benfinney.id.au> <kthm85$ibu$1@ger.gmane.org>
Date Sat, 3 Aug 2013 11:08:08 -0400
Subject Re: LibreOffice
From David Robinow <drobinow@gmail.com>
Cc python-list@python.org
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.160.1375542499.1251.python-list@python.org> (permalink)
Lines 6
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375542499 news.xs4all.nl 15964 [2001:888:2000:d::a6]:52789
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51865

Show key headers only | View raw


On Fri, Aug 2, 2013 at 9:26 PM, Terry Reedy <tjreedy@udel.edu> wrote:
> ...
> Of relevance to this list, Libre Office upgraded the included Python
> interpreter to 3.3. I have no idea whether OO is still using 2.3 or also
> updated.
 They're up to 2.7 now.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Editing tabular data [was: PEP8 79 char max] Skip Montanaro <skip@pobox.com> - 2013-07-31 13:39 -0500
  Re: Editing tabular data [was: PEP8 79 char max] Grant Edwards <invalid@invalid.invalid> - 2013-07-31 19:02 +0000
    Re: Editing tabular data [was: PEP8 79 char max] Skip Montanaro <skip@pobox.com> - 2013-07-31 14:35 -0500
    Re: Editing tabular data [was: PEP8 79 char max] Chris Angelico <rosuav@gmail.com> - 2013-08-01 01:50 +0100
      Re: Editing tabular data [was: PEP8 79 char max] Neil Cerutti <neilc@norwich.edu> - 2013-08-01 14:04 +0000
      Re: Editing tabular data [was: PEP8 79 char max] wxjmfauth@gmail.com - 2013-08-02 02:15 -0700
    Re: Editing tabular data Ben Finney <ben+python@benfinney.id.au> - 2013-08-02 16:35 +1000
      Re: Editing tabular data rusi <rustompmody@gmail.com> - 2013-09-03 09:58 -0700
    LibreOffice (was: Editing tabular data) Ben Finney <ben+python@benfinney.id.au> - 2013-08-02 17:14 +1000
    Re: LibreOffice (was: Editing tabular data) Chris Angelico <rosuav@gmail.com> - 2013-08-02 10:37 +0100
      Re: LibreOffice (was: Editing tabular data) Grant Edwards <invalid@invalid.invalid> - 2013-08-02 14:00 +0000
    Re: LibreOffice Terry Reedy <tjreedy@udel.edu> - 2013-08-02 21:26 -0400
    Re: LibreOffice David Robinow <drobinow@gmail.com> - 2013-08-03 11:08 -0400
  Re: Editing tabular data [was: PEP8 79 char max] "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2013-07-31 20:03 +0100
    Re: Editing tabular data [was: PEP8 79 char max] Neil Cerutti <neilc@norwich.edu> - 2013-07-31 19:07 +0000
  Re: Editing tabular data [was: PEP8 79 char max] Wanderer <wanderer@dialup4less.com> - 2013-07-31 13:37 -0700
    Re: Editing tabular data [was: PEP8 79 char max] Skip Montanaro <skip.montanaro@gmail.com> - 2013-07-31 18:40 -0500

csiph-web