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


Groups > comp.lang.python > #59912

Re: [ANN] Pythonium Core 0.2.5

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <amirouche.boubekki@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.04; 'argument': 0.05; 'subject:ANN': 0.07; 'release,': 0.09; 'cc:addr :python-list': 0.11; '0.3.0': 0.16; 'ah!': 0.16; 'core.': 0.16; 'dio': 0.16; 'enough.': 0.16; 'properly': 0.19; 'subject:] ': 0.20; 'email addr:gmail.com&gt;': 0.22; 'featured': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cheers,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'fixed': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'lists': 0.32; 'probably': 0.32; 'test': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'done': 0.36; 'thanks': 0.36; 'question,': 0.38; 'hope': 0.61; 'to:addr:gmail.com': 0.65
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=CEQgETGp8KGvmjHSgt897OBQEbyufGcBb+W1t/Jvmy0=; b=utp2QzqXZdauR0giagrD6c8C5VpsAHQIZ1HZSy36eb1ctAGrc3AXT48obwEuDIpItT NDj5WyxlFDB6Nw9p2rT1y9dmqAHRfP/X2jMAik1H/rz4ECJ0qnKKNR+RgDIjUANElEk+ tfMVMScvQDaoMt+Rawghiwm0rUXKgb29Ne/d5XNAitfC0SvnGFkILsym0l2R1BsYXAzY EOYuS2g+Z5F/kfTH8+HHmJCbfUO5rbgRCnrwPosH6fGaDbP+bT/rlS2jHoploT2rkeAO yM60Act/QmQvGeKKHW4xx3xkRLBkch/IWrI0ddnF4ZbOVoZn/CNIez7xrN6L/p3CwddE hGXg==
X-Received by 10.60.138.136 with SMTP id qq8mr2208056oeb.59.1384810334487; Mon, 18 Nov 2013 13:32:14 -0800 (PST)
MIME-Version 1.0
In-Reply-To <CAL7_Mo-zE2=S9gJx-z=u4J6vUZRU26d4QdeaJ4wn=_XFHiddig@mail.gmail.com>
References <mailman.2802.1384715894.18130.python-list@python.org> <014e1f92-9075-453d-ba81-6d56b26115f6@googlegroups.com> <CAL7_Mo-zE2=S9gJx-z=u4J6vUZRU26d4QdeaJ4wn=_XFHiddig@mail.gmail.com>
From Amirouche Boubekki <amirouche.boubekki@gmail.com>
Date Mon, 18 Nov 2013 22:31:54 +0100
Subject Re: [ANN] Pythonium Core 0.2.5
To Salvatore DI DIO <salvatore.didio@gmail.com>
Content-Type multipart/alternative; boundary=047d7b41ccf81197d204eb7a4853
Cc python-list <python-list@python.org>
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2866.1384810338.18130.python-list@python.org> (permalink)
Lines 60
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384810338 news.xs4all.nl 15902 [2001:888:2000:d::a6]:37928
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59912

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

2013/11/18 Amirouche Boubekki <amirouche.boubekki@gmail.com>
>
> 2013/11/17 Salvatore DI DIO <salvatore.didio@gmail.com>
>
>> Are lists comprehensions are featured in Veloce ?
>>
>
> Ah! Good question, I did not think about it can probably add it to Core.
> Thanks
>

It's done in last release, dubbed 0.3.0 just use pip to install it.

Also:

- fixed the test suite
- argument unpacking...
- generated code is now properly indented

I hope it's good enough.

Cheers,


Amirouche

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


Thread

[ANN] Pythonium Core 0.2.5 Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-17 20:17 +0100
  Re: [ANN] Pythonium Core 0.2.5 Salvatore DI DIO <salvatore.didio@gmail.com> - 2013-11-17 12:56 -0800
  Re: [ANN] Pythonium Core 0.2.5 Salvatore DI DIO <salvatore.didio@gmail.com> - 2013-11-17 13:41 -0800
  Re: [ANN] Pythonium Core 0.2.5 Salvatore DI DIO <salvatore.didio@gmail.com> - 2013-11-17 13:52 -0800
    Re: [ANN] Pythonium Core 0.2.5 Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-18 00:04 +0100
    Re: [ANN] Pythonium Core 0.2.5 Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-18 22:31 +0100

csiph-web