Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.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.169 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.67; '*S*': 0.01; 'subject:Python': 0.05; 'lines.': 0.07; 'python': 0.09; 'wrote:': 0.17; 'machine': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'fit': 0.26; 'disk': 0.27; 'dos': 0.27; 'run': 0.28; 'once.': 0.29; 'though.': 0.29; 'file': 0.32; 'ram': 0.33; 'to:addr:python-list': 0.33; 'text': 0.34; 'data,': 0.35; 'said,': 0.35; 'pm,': 0.35; 'editor': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'subject:, ': 0.61; 'times': 0.63; 'great': 0.64; 'limit': 0.65; 'subject:The': 0.71; 'received:74.208': 0.71; 'drive.': 0.84; 'neil': 0.84; 'received:74.208.4.194': 0.84; 'universe': 0.84 Date: Fri, 25 Jan 2013 13:12:14 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: python-list@python.org Subject: Re: The best, friendly and easy use Python Editor. References: <2ECADBDABCB17E40B66A25D839706F5E07586EE4@msnmail2.bruker-axs.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:gCzejMBq7zpq93hoDNt4BLpcdJtKxeINcLIVnxoU+zX nMOZHBhaPygsdrFBqJrm1BOsBsM8pX40LZe6+L30qql4FBkUAz 1rrYPj1bFlN3e95cf+Wy3SBndTPqQ7IWqq5EeSOTs6tMH5UFI/ 4rMa7L+ojM0zVo7crE1wtq9aqSv2L9gXWoMrFCa6j5cPcP60Bh +NzSI2VNOxkqkOiX5dmbFdXtvx9icbzOAiorwTmT8TNwhWB6vc 4nOMSTErDE0EGJgJMK8j7cEMWvhmhAUxNJeW7ORAvRguGlCkdV gaCKzPlX6MBcjDbXsrWpnHTW2ZcEbZJeHvpBv5OEgWgYV2lrw= = X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359137557 news.xs4all.nl 6876 [2001:888:2000:d::a6]:44778 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37686 On 01/25/2013 12:54 PM, Neil Cerutti wrote: > On 2013-01-25, Leonard, Arah wrote: >> Though, that said, I have used Notepad and Wordpad any number >> of times in the past to edit Python files, all without bringing >> the universe to an untimely end. Even used DOS Edit once. You >> use what you have at the time. A good craftsman never blames >> the tools. ;) > > DOS Edit was great for quick edits. The file size limit is a > pity, though. > I once had to write a text editor that would run in a 32k machine without a disk drive. The editor had to fit in RAM with the data, so the text files were limited to 320 lines. -- DaveA