Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20796
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jugurtha.hadjar@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.140 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.72; '*S*': 0.00; 'python': 0.08; '"python': 0.15; 'editor,': 0.16; 'wrote:': 0.18; 'stick': 0.18; 'working.': 0.18; 'this?': 0.19; 'header:In-Reply-To:1': 0.22; 'changed': 0.23; 'indentation': 0.23; 'stops': 0.23; 'windows': 0.26; 'somebody': 0.28; 'language.': 0.28; 'script': 0.28; 'fine.': 0.29; "didn't": 0.30; 'message-id:@gmail.com': 0.31; 'ps:': 0.32; 'suggested': 0.32; 'this.': 0.33; 'header:User-Agent:1': 0.33; 'it.': 0.33; 'file': 0.34; 'anything': 0.34; 'to:addr:python- list': 0.35; 'received:209.85.214': 0.36; 'issue': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.37; 'received:209.85': 0.38; 'received:192': 0.38; 'some': 0.38; 'think': 0.38; 'open': 0.38; 'received:192.168.1': 0.39; 'except': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'subject:Please': 0.40; 'type': 0.61; 'header:Received:6': 0.61; 'hope': 0.61; 'reply': 0.64; 'ever': 0.64; 'opened': 0.64; 'day,': 0.65; 'with,': 0.73; 'notepad,': 0.84; 'subject:!!': 0.93 |
| Received-SPF | pass (google.com: domain of jugurtha.hadjar@gmail.com designates 10.204.143.131 as permitted sender) client-ip=10.204.143.131; |
| Authentication-Results | mr.google.com; spf=pass (google.com: domain of jugurtha.hadjar@gmail.com designates 10.204.143.131 as permitted sender) smtp.mail=jugurtha.hadjar@gmail.com; dkim=pass header.i=jugurtha.hadjar@gmail.com |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=xr3BiHaccHNLy1qwMM7Vx08G+Ngz2fqPUkSjoSWce8o=; b=A7MfHOJyFU/iCWSxoguUixICImC9gwqBQZw+HMrIWC96hbUspeSnf7pG6koaz9F1UT xGTrJwDmdHPZHnF3YpaKVvblIuDqOlbx4LL3Eps7x7GRNPvNKU4/CeiZj6TXjBR6OzYS yT2OdGoHH6gTpY8cQAHwKeBTVm8K4qGp7FndA= |
| Date | Fri, 24 Feb 2012 12:10:27 +0100 |
| From | Jugurtha Hadjar <jugurtha.hadjar@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Please verify!! |
| References | <724ccbd6-30d1-41bd-bf38-2a5ce82953a1@x19g2000yqh.googlegroups.com> |
| In-Reply-To | <724ccbd6-30d1-41bd-bf38-2a5ce82953a1@x19g2000yqh.googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.121.1330081833.3037.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1330081833 news.xs4all.nl 6919 [2001:888:2000:d::a6]:34888 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:20796 |
Show key headers only | View raw
On 23/02/2012 23:13, Manish Sharma wrote: > Hi I am new to python language. On my first day, somebody told me that > if any python script file is opened with any editor except python > editor, the file is corrupted. Some spacing or indentation is changed > and script stops working. I was opening the script file in Windows > using Notepad++ but I didn't save anything and closed it. Still it was > suggested to never open the python file in any other editor. > > Can anybody please verify this? Can opening a python script in any > editor other than python editor corrupt the script? Did anybody ever > face such type of issue or its just misunderstanding of the concept. > > I hope this group is the best place to ask this. Please reply ! > > :) > Manish I don't think so, I have used EDIT, Notepad, Notepad++ and they all work fine. PS: What's the "python editor" you were advised to stick with, by the way ? -- ~Jugurtha Hadjar,
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Please verify!! Manish Sharma <manish2aug@gmail.com> - 2012-02-23 14:13 -0800
Re: Please verify!! Ben <bungiman@gmail.com> - 2012-02-23 14:29 -0800
Re: Please verify!! Dave Angel <d@davea.name> - 2012-02-23 17:43 -0500
Re: Please verify!! Joshua Miller <milleja46@gmail.com> - 2012-02-23 20:57 -0500
Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-23 21:45 -0600
Re: Please verify!! Ben Finney <ben+python@benfinney.id.au> - 2012-02-24 19:32 +1100
Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 03:18 -0600
Re: Please verify!! Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-24 12:20 +0000
Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 07:20 -0600
Re: Please verify!! Chris Angelico <rosuav@gmail.com> - 2012-02-25 07:41 +1100
Re: Please verify!! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-02-25 00:49 +0000
Re: Please verify!! Chris Angelico <rosuav@gmail.com> - 2012-02-25 12:25 +1100
Re: Please verify!! Dave Angel <d@davea.name> - 2012-02-24 21:36 -0500
Re: Please verify!! Duncan Booth <duncan.booth@invalid.invalid> - 2012-02-24 11:21 +0000
Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 05:36 -0600
Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 01:26 -0600
Re: Please verify!! Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2012-02-24 12:10 +0100
csiph-web