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


Groups > comp.lang.python > #45275

Re: Writing a blog post on the new Enum.

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <fabiosantosart@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.126
X-Spam-Level *
X-Spam-Evidence '*H*': 0.76; '*S*': 0.01; 'lawrence': 0.09; 'okay': 0.09; 'subject:blog': 0.09; '~ethan~': 0.09; 'cc:addr:python- list': 0.11; 'chair.': 0.16; 'subject:Writing': 0.16; 'subject:post': 0.16; 'folks': 0.16; 'wrote:': 0.18; 'settings': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'looks': 0.24; '---': 0.24; 'cc:2**0': 0.24; 'logging': 0.26; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'thus': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; '13,': 0.31; 'url:05': 0.31; 'checked': 0.32; 'there,': 0.34; 'subject:the': 0.34; 'good.': 0.35; 'received:google.com': 0.35; '14,': 0.36; "i'll": 0.36; 'being': 0.38; 'subject:new': 0.38; 'ahead': 0.38; 'pm,': 0.38; 'skip:u 10': 0.60; 'hope': 0.61; "you're": 0.61; 'url:blogspot': 0.65; 'world': 0.66; 'here': 0.66; 'nobody': 0.68; 'subject': 0.69; 'clarifies': 0.84; 'ethan': 0.84; 'everything.': 0.84; 'furman': 0.84; 'pain': 0.84; 'url:2013': 0.84; 'url:pt': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=5/8IrfQHGtYT+q2ZVsol5xJmaUpka6TvL0ZvhRJJd/A=; b=AoDVxfUbxYsaiboHlRmdlBVpZYXj3a3x+onvY7Vnn5ox1NvrKh6/vtbpJHZlH+qgbj PzRbj2l8dAQoqyReXqL/9mIY8olnPAP+OYF+jJcE+9yjnsbpgUxYEc2/zui304CB8NSX L3NmqPnPXxXskHgURxPKXYp53qEcTpWAUt0+LWr+CNwWJ4THwIyATO8UwRTKzfSD0Hgb 8d9pOhDUrsDO7ifsYaO6NfMydQM8vktWQNpJpIhH5VAeQaACD3iCoQec8mGXKjfL/u3h AEah5zibGlMc6kIs9VEXbYOevfYaMbODHByanYKsmRLpZG8B9zcdzvvRV04JuL0Gqlkz DzHw==
MIME-Version 1.0
X-Received by 10.224.192.6 with SMTP id do6mr22458505qab.82.1368488438743; Mon, 13 May 2013 16:40:38 -0700 (PDT)
In-Reply-To <519172C3.4030108@stoneleaf.us>
References <CAA=1kxQxcGpDzR6VDEb1urjjn4bnRvi4aoXKKa5+vgG186hzOg@mail.gmail.com> <519172C3.4030108@stoneleaf.us>
Date Tue, 14 May 2013 00:40:38 +0100
Subject Re: Writing a blog post on the new Enum.
From Fábio Santos <fabiosantosart@gmail.com>
To Ethan Furman <ethan@stoneleaf.us>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc "python-list@python.org" <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 <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.1653.1368488441.3114.python-list@python.org> (permalink)
Lines 29
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1368488441 news.xs4all.nl 15879 [2001:888:2000:d::a6]:45773
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45275

Show key headers only | View raw


On Tue, May 14, 2013 at 12:09 AM, Ethan Furman <ethan@stoneleaf.us> wrote:
> I just checked my settings there, and it looks like you're okay since the
> folks reading your blog would just be downloading, not logging and directly
> manipulating the repository.
>
> --
> ~Ethan~


Okay, so I'm good. I'll go ahead and publish it.


On Mon, May 13, 2013 at 11:56 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> My understanding is that nobody can mention this on pain of being subject to
> the Comfy Chair.  I hope this clarifies everything.

Well I am thus defying the law and order of this world by publishing
it on the internets!

---

And here it is:
http://fabiosantoscode.blogspot.pt/2013/05/pythons-new-enum-class.html

--
Fábio Santos

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


Thread

Re: Writing a blog post on the new Enum. Fábio Santos <fabiosantosart@gmail.com> - 2013-05-14 00:40 +0100

csiph-web