Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15473 > unrolled thread
| Started by | Ned Deily <nad@acm.org> |
|---|---|
| First post | 2011-11-08 09:28 -0800 |
| Last post | 2011-11-09 07:56 -0800 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2011-11-08 09:28 -0800 |
| Subject | Re: file extension while saving Python files |
| Message-ID | <mailman.2547.1320773324.27778.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | 88888 Dihedral <dihedral88888@googlemail.com> |
|---|---|
| Date | 2011-11-09 07:56 -0800 |
| Message-ID | <mailman.2569.1320854164.27778.python-list@python.org> |
| In reply to | #15473 |
In testing and debug it is better that a program can be easily modified and easy to set break point and dump values. Thus an interpreter environment is more convenient. But in the final version a compiler can speed up a lot!
[toc] | [prev] | [next] | [standalone]
| From | 88888 Dihedral <dihedral88888@googlemail.com> |
|---|---|
| Date | 2011-11-09 07:56 -0800 |
| Message-ID | <18518506.120.1320854161026.JavaMail.geo-discussion-forums@pref15> |
| In reply to | #15473 |
In testing and debug it is better that a program can be easily modified and easy to set break point and dump values. Thus an interpreter environment is more convenient. But in the final version a compiler can speed up a lot!
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web