Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'script,': 0.07; 'subject:while': 0.07; 'python': 0.08; 'filename': 0.09; 'subject:files': 0.09; 'subject:file': 0.13; '"test"': 0.16; '.py': 0.16; 'subject:saving': 0.16; 'received:74.125.82.44': 0.17; 'received:mail-ww0-f44.google.com': 0.17; 'thanks,': 0.18; 'extension': 0.21; 'specify': 0.24; 'script': 0.28; 'message-id:@mail.gmail.com': 0.29; 'to:addr :python-list': 0.32; '(as': 0.34; 'file': 0.36; 'received:74.125.82': 0.37; 'received:google.com': 0.38; 'team,': 0.38; 'received:74.125': 0.39; 'to:addr:python.org': 0.39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=qxTSM/I9upmZMLHLk0jL6anbpmX4Z3HUQ8aPZxk2uk8=; b=cCpzBPGYQAxL0IVWcsDVjq+hn3OPaHubQ7xjIBDudicp8+XTKbvBrtfWo6aYLQcyzh 33j/KGaczjjadgvLO9f52INoGcwX5pJlclE74yMPerRghCZj2ztGcFcoX5+KMlPQDlEn X+tMjuYhqVwTe7gR7101fTNMLS2M+eCvzG8RM= MIME-Version: 1.0 Date: Tue, 8 Nov 2011 15:35:53 +0530 Subject: file extension while saving Python files From: vaira muthu To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1320746755 news.xs4all.nl 6932 [2001:888:2000:d::a6]:54939 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15462 Team, 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)? Thanks, vairamuthu.