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


Groups > comp.lang.python > #60825

Re: Change a file type in Python?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.042
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'subject:file': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Change': 0.16; 'subject:type': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; 'help!': 0.26; 'switch': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'appear': 0.29; "doesn't": 0.30; 'dec': 0.30; 'message- id:@mail.gmail.com': 0.30; 'easier': 0.31; 'text': 0.33; 'december': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; "i'll": 0.36; 'subject:?': 0.36; 'list.': 0.37; 'button': 0.38; 'pm,': 0.38; 'that,': 0.38; 'system.': 0.39; 'mailing': 0.39; 'new': 0.61; "you're": 0.61; '2:02': 0.84; 'addon': 0.84; 'rusi': 0.91; 'to:none': 0.92; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=781qQXBmHpo1Xs+cBxF+aMXMTR5HeZPuz7xby/QxShs=; b=pSk5rfX0/f5DaqEOnIM9eoSNWWL3uEX7hAwNqgOtaOZ+/XkKzCA8C/gAtW3e9Cn30Q gscsmmj+0OjyZh/9Wi+8DUsRabmx+mOyf2lroGkM11oC5Ye6EYoG8hJhx/kBZ/rjpMKe RPpI+VTpTXhHN2WopS2LpPmUV9BOoephI1Q45kSr/WdnYR4o32gQj6B1oW+ycuj3TP/U 5eoDVQBK5BiAlbsl0xspsi0NHH9USrv3jDpV6OCVCoSzhsXtLxPanzHhiDvbSE3jAwqf L/LZqaYr7M7Thb2bd7EtkpsdDSGo4bjwCmMz5l7p9qJN5Gm6WkWWZ4sQ5xSpYpR9njWM U/4w==
MIME-Version 1.0
X-Received by 10.68.241.134 with SMTP id wi6mr23975846pbc.44.1385868123725; Sat, 30 Nov 2013 19:22:03 -0800 (PST)
In-Reply-To <37c37e04-87f1-42d3-ae24-0c159281aa46@googlegroups.com>
References <d3c7a900-b44a-45da-bab2-9625c01471a7@googlegroups.com> <mailman.3428.1385855538.18130.python-list@python.org> <db803ec5-9d07-441c-9fa4-ea9ce7292d14@googlegroups.com> <37c37e04-87f1-42d3-ae24-0c159281aa46@googlegroups.com>
Date Sun, 1 Dec 2013 14:22:03 +1100
Subject Re: Change a file type in Python?
From Chris Angelico <rosuav@gmail.com>
Cc python-list@python.org
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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>
Newsgroups comp.lang.python
Message-ID <mailman.3434.1385868471.18130.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1385868471 news.xs4all.nl 15872 [2001:888:2000:d::a6]:55102
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:60825

Show key headers only | View raw


On Sun, Dec 1, 2013 at 2:02 PM, rusi <rustompmody@gmail.com> wrote:
> On Sunday, December 1, 2013 5:34:11 AM UTC+5:30, Eamonn Rea wrote:
>> Thanks for the help!
>>
>> Ok, I'll look into the mailing list.
>
> [Assuming you are using GG with firefox on linux]
>
> All you need to do is
> 1. Install 'Its all text' FF addon
> 2. Point the 'editor' of 'Its all text' to the below python script
>
> After that, a small new edit button will appear outside the text-box and its one-click solution

Yeah I still think it's a lot easier to switch to a properly-working
system. What you're suggesting still doesn't wrap text properly, as
evidenced by your above over-long line.

ChrisA

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


Thread

Change a file type in Python? Eamonn Rea <eamonnrea@gmail.com> - 2013-11-30 14:45 -0800
  Re: Change a file type in Python? Chris Angelico <rosuav@gmail.com> - 2013-12-01 10:52 +1100
    Re: Change a file type in Python? Eamonn Rea <eamonnrea@gmail.com> - 2013-11-30 16:04 -0800
      Re: Change a file type in Python? rusi <rustompmody@gmail.com> - 2013-11-30 19:02 -0800
        Re: Change a file type in Python? Chris Angelico <rosuav@gmail.com> - 2013-12-01 14:22 +1100
          Re: Change a file type in Python? rusi <rustompmody@gmail.com> - 2013-11-30 20:58 -0800
            Re: Change a file type in Python? Chris Angelico <rosuav@gmail.com> - 2013-12-01 16:03 +1100
              Re: Change a file type in Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-01 11:20 +0000
      Re: Change a file type in Python? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-01 11:20 +0000
  Re: Change a file type in Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-01 00:51 +0000

csiph-web