Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'syntax': 0.03; 'subject:Python': 0.05; 'thats': 0.07; 'subject:help': 0.07; 'highlighting': 0.09; 'signaled': 0.09; 'cc:addr:python-list': 0.10; 'itself.': 0.11; 'aug': 0.13; 'finished': 0.15; 'list.)': 0.16; 'received:mac.com': 0.16; 'subject:user': 0.16; 'which,': 0.16; 'wrote:': 0.17; 'received:10.0.1': 0.17; 'saying': 0.18; 'code.': 0.20; 'sort': 0.21; 'bit': 0.21; 'made.': 0.22; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'url:mailman': 0.29; "i'm": 0.29; 'initially': 0.30; 'error': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:10.0': 0.33; 'everyone': 0.33; '(with': 0.33; 'text': 0.34; 'received:17': 0.35; 'pm,': 0.35; 'url:org': 0.36; 'editor': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'sure': 0.38; 'url:mail': 0.40; 'think': 0.40; 'your': 0.60; 'john': 0.60; 'free': 0.61; 'time,': 0.62; 'pays': 0.62; 'more': 0.63; 'charset:windows-1252': 0.65; 'baby': 0.95; 'instant': 0.98 MIME-version: 1.0 Content-type: text/plain; charset=windows-1252 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.260,0.0.0000 definitions=2012-08-05_06:2012-08-03, 2012-08-05, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=2 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1208050310 Subject: Re: Intermediate Python user needed help From: "William R. Wing" (Bill Wing) In-reply-to: Date: Sun, 05 Aug 2012 19:38:58 -0400 Content-transfer-encoding: quoted-printable References: <506eb405-eb07-4175-9efb-40475cabacf1@googlegroups.com> <501EDFB6.3050507@tim.thechases.com> To: John Mordecai Dildy X-Mailer: Apple Mail (2.1485) Cc: "python-list@python.org" , "William R. Wing \(Bill Wing\)" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 1344213549 news.xs4all.nl 6951 [2001:888:2000:d::a6]:37680 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26589 On Aug 5, 2012, at 5:14 PM, John Mordecai Dildy = wrote: > Im using Textwrangler and thats the only text editor that im using = just saying for everyone > --=20 > http://mail.python.org/mailman/listinfo/python-list (With apologies, I initially sent this privately to John, and not to the = list.) As I'm sure you are aware, TextWrangler is the free baby brother of = BBEdit which, although not free, contains automatic syntax highlighting = for exactly the sort of error you made. It would have signaled = "unmatched parentheses" the instant you finished inputting that line in = your original bit of code. If you value your time, I think you will = find it more than pays for itself. Just saying=85 -Bill=