file extension while saving Python files

Ned Deily nad at acm.org
Tue Nov 8 12:28:28 EST 2011


In article 
<CAKJdEYC0GvEMeMx12rPk173nzyTabSTgkpBByoLRmpcpf8eXzg at mail.gmail.com>,
 vaira muthu <vaira20ster at 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 at acm.org




More information about the Python-list mailing list