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


Groups > comp.lang.python > #107915

Re: Not x.islower() has different output than x.isupper() in list output...

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Christopher Reimer <christopher_reimer@icloud.com>
Newsgroups comp.lang.python
Subject Re: Not x.islower() has different output than x.isupper() in list output...
Date Sat, 30 Apr 2016 09:48:15 -0700
Lines 14
Message-ID <mailman.262.1462034899.32212.python-list@python.org> (permalink)
References <572407AE.1070703@icloud.com> <1461979797.3824480.593944273.0B8D8DF3@webmail.messagingengine.com> <57241097.7020801@icloud.com> <1461998604.3888861.594056577.710E696D@webmail.messagingengine.com> <5724E1CF.9060905@icloud.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de UFHIZCi5ghv7fkZXKSlRPAdUqtBbSfRSMNfir966+w0A==
Return-Path <christopher_reimer@icloud.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.047
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'implies': 0.09; 'bug': 0.10; 'subject: \n ': 0.15; 'expected,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Not': 0.16; 'wrote:': 0.16; 'programmer': 0.18; 'stephen': 0.22; 'header:User-Agent:1': 0.26; 'subject:list': 0.26; 'chris': 0.26; 'otherwise.': 0.27; 'received:17': 0.27; 'this.': 0.28; 'concise': 0.29; "i'm": 0.30; 'code': 0.30; 'received:10.0.0': 0.32; 'statement': 0.32; 'maybe': 0.33; 'doubt': 0.33; 'worked': 0.34; 'received:10.0': 0.34; 'text': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'wanted': 0.37; 'thank': 0.38; 'test': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'header:MIME-version:1': 0.60; 'charset:windows-1252': 0.62; 'obligation': 0.72; 'clearer': 0.84; 'header:In-reply-to:1': 0.84
X-Proofpoint-Virus-Version vendor=fsecure engine=2.50.10432:,, definitions=2016-04-30_04:,, signatures=0
X-Proofpoint-Spam-Details rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1604300273
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2
In-reply-to <1461998604.3888861.594056577.710E696D@webmail.messagingengine.com>
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1462034895; bh=WJxv6+Rnycw55a7fRfrje8mtyvyPr+JfGeCm7zOyN/w=; h=Subject:To:From:Message-id:Date:MIME-version:Content-type; b=ClpQzJfsFgos6TYbTTabgrY9+vriG3HOlGV/PBBAa7jQcMV1z7tITZuwTAZyA5tTF HrejSoezui2hRr0y6DQu9fxmHtYS5fe3/BQTQuiUVx4SxZ/Alzew5fgOw0ZKsaExBj 4Cqj7xiktbpkCjnBHPs6KrVOAu+pd3Bfz9VPZOfHaJMKZf/k3CPL7l96/d7dCas1qh VDwiUN/qLZsgZtOrGYygjzIQ+hAEPxRNRiR80lCyuKPpfCHoQSm0JRKw18JhI31OZm +JyLLXoJ4sCuaVaokdkQltg0ZnqQG2tPIWuQuFLE0IOdyrHRugpWhSxLhGI7LGwuhh L+8mbz5yOeK5Q==
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
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>
X-Mailman-Original-Message-ID <5724E1CF.9060905@icloud.com>
X-Mailman-Original-References <572407AE.1070703@icloud.com> <1461979797.3824480.593944273.0B8D8DF3@webmail.messagingengine.com> <57241097.7020801@icloud.com> <1461998604.3888861.594056577.710E696D@webmail.messagingengine.com>
Xref csiph.com comp.lang.python:107915

Show key headers only | View raw


On 4/29/2016 11:43 PM, Stephen Hansen wrote:
> The official documentation is accurate. 

That may be true on a technical level. But the identically worded text 
in the documentation implies otherwise. Maybe I'm nitpicking this. Even 
if I submitted a bug to request a clearer explanation in the 
documentation, I doubt it would get change. The programmer still has an 
obligation to test the code to make sure that it works as expected, 
which was what I did that until I found the concise statement that 
worked exactly as I wanted it to.

Thank you,

Chris R.

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


Thread

Re: Not x.islower() has different output than x.isupper() in list output... Christopher Reimer <christopher_reimer@icloud.com> - 2016-04-30 09:48 -0700

csiph-web