Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'repository': 0.05; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'okay': 0.09; 'pep': 0.09; 'received:184.172': 0.09; 'received:gator410.hostgator.com': 0.09; 'subject:blog': 0.09; 'warn': 0.09; '~ethan~': 0.09; 'cc:addr:python-list': 0.11; 'posted': 0.15; 'received:69.93': 0.16; 'subject:Writing': 0.16; 'subject:post': 0.16; 'folks': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'settings': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'looks': 0.24; 'cc:2**0': 0.24; 'logging': 0.26; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'checked': 0.32; 'supposed': 0.32; 'there,': 0.34; 'subject:the': 0.34; 'there': 0.35; 'too': 0.37; 'list.': 0.37; 'being': 0.38; 'subject:new': 0.38; 'pm,': 0.38; 'new': 0.61; 'received:173': 0.61; "you're": 0.61; 'such': 0.63; 'to:addr:gmail.com': 0.65; 'production': 0.68; 'readers': 0.68; 'containing': 0.69; 'to:charset:iso-8859-1': 0.74; 'python-dev': 0.84; 'received:gateway14.websitewelcome.com': 0.84 Date: Mon, 13 May 2013 16:09:55 -0700 From: Ethan Furman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: =?ISO-8859-1?Q?F=E1bio_Santos?= Subject: Re: Writing a blog post on the new Enum. References: In-Reply-To: Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator410.hostgator.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stoneleaf.us X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([173.12.184.235]) [173.12.184.235]:57718 X-Source-Auth: ethan+stoneleaf.us X-Email-Count: 4 X-Source-Cap: dG9idWs7dG9idWs7Z2F0b3I0MTAuaG9zdGdhdG9yLmNvbQ== Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368488259 news.xs4all.nl 15865 [2001:888:2000:d::a6]:43854 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45274 On 05/13/2013 02:44 PM, Fábio Santos wrote: > I have followed the process of the new PEP closely, and as such I know > that there is a repository containing the reference implementation, a > link to which was posted on the python-dev list. Is it okay to link to > this repository in my new blog post about the Enum, so my readers can > try it out? I will warn my readers about it not being final and not to > use in production code. > > I am unsure whether the repository is not supposed to be shared with > too many people. 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~