Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'subject:Does': 0.09; 'advance': 0.10; 'python': 0.10; '2.7': 0.13; 'subject:python': 0.14; 'ported': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:issue': 0.16; 'wrote:': 0.16; 'language': 0.19; 'lawrence': 0.22; 'patch': 0.24; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'subject: ?': 0.27; 'certainly': 0.30; 'language.': 0.32; 'subject:) ': 0.32; 'class': 0.33; 'url:python': 0.33; 'could': 0.35; 'exist': 0.35; 'there': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'why': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'your': 0.60; 'back': 0.62; 'charset:windows-1252': 0.62; 'our': 0.64; 'internet': 0.70; '2.7.': 0.84; 'inclusive': 0.84; 'pythonistas,': 0.84; 'subject:Class': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Does the Class UserGroup (issue 11588) exist for python 2.7 ? Date: Mon, 20 Jul 2015 13:15:49 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-24-208-82.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437394572 news.xs4all.nl 2857 [2001:888:2000:d::a6]:56780 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94231 On 20/07/2015 12:27, CARANNANTE, MARTINE wrote: > Hi > Could you tell me if the Class UserGroup (method add_usage_group to > support inclusive groups) exist for python 2.7 ? > The patch that I found on internet is only for python 3. > Thanks in advance for your answer > Best regards > *Martine Carannante > * Almost certainly no as the patch has never been commited, which is why http://bugs.python.org/issue11588 is till open. Even if the patch were committed there is no guarantee that the patch will be back ported to 2.7. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence