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


Groups > comp.lang.python > #15473

Re: file extension while saving Python files

From Ned Deily <nad@acm.org>
Subject Re: file extension while saving Python files
Date 2011-11-08 09:28 -0800
References <CAKJdEYC0GvEMeMx12rPk173nzyTabSTgkpBByoLRmpcpf8eXzg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2547.1320773324.27778.python-list@python.org> (permalink)

Show all headers | View raw


In article 
<CAKJdEYC0GvEMeMx12rPk173nzyTabSTgkpBByoLRmpcpf8eXzg@mail.gmail.com>,
 vaira muthu <vaira20ster@gmail.com> wrote:
> In Python IDE, while we save the script, it will prompt the save
> Dialog. If we specify the filename as "Test". Then file will be saved
> without extension as "Test" and not "Test.py".
> 
> Is it possible to save the script with .py extension automatically (as 
> Test.py)?

If the IDE you are referring to is IDLE, there is an issue recently 
opened that requests this change:
    http://bugs.python.org/issue10364

-- 
 Ned Deily,
 nad@acm.org

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


Thread

Re: file extension while saving Python files Ned Deily <nad@acm.org> - 2011-11-08 09:28 -0800
  Re: file extension while saving Python files 88888 Dihedral <dihedral88888@googlemail.com> - 2011-11-09 07:56 -0800
  Re: file extension while saving Python files 88888 Dihedral <dihedral88888@googlemail.com> - 2011-11-09 07:56 -0800

csiph-web