Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25592
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python@mrabarnett.plus.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.013 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'exceptions,': 0.09; 'fixed,': 0.09; 'stack': 0.15; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'nick': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'wed,': 0.16; 'string': 0.17; 'wrote:': 0.17; 'appears': 0.18; 'written': 0.20; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'realize': 0.27; 'replace': 0.27; 'post': 0.28; 'received:192.168.1.3': 0.29; 'class': 0.29; 'code': 0.31; 'received:84': 0.32; 'to:addr:python-list': 0.33; 'pm,': 0.35; 'but': 0.36; "i'll": 0.36; 'subject: (': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; "you'll": 0.62; 'replying': 0.64; 'jul': 0.65; 'header:Reply-To:1': 0.68; 'reply-to:no real name:2**0': 0.72; '2.7.': 0.84; 'reply-to:addr:python.org': 0.84; 'charset:iso-8859-9': 0.93 |
| X-CM-Score | 0.00 |
| X-CNFS-Analysis | v=2.0 cv=FLuZNpUs c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=DKcI9XZsuF4A:10 a=iPwiiQ1j6woA:10 a=ihvODaAuJD4A:10 a=OUOv7kDek9cA:10 a=83kA1t8UxGEA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=pGLkceISAAAA:8 a=N4-Nw5XGcL35hNspLMMA:9 a=vzHqrBpQwV0A:10 a=MSl-tDqOz04A:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117 |
| X-AUTH | mrabarnett:2500 |
| Date | Thu, 19 Jul 2012 00:22:11 +0100 |
| From | MRAB <python@mrabarnett.plus.com> |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: FORTH in Python (py4th.py) |
| References | <3c3772$21u@typhoon.osg.saic.com> <b34d488d-a8f1-4758-8a3b-5839d29640e6@googlegroups.com> <CALwzidmO_RXNiyCUX7fDBQdvAN_thg8TL+fTBhjE3Tff9Skk0w@mail.gmail.com> |
| In-Reply-To | <CALwzidmO_RXNiyCUX7fDBQdvAN_thg8TL+fTBhjE3Tff9Skk0w@mail.gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-9; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2280.1342653735.4697.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1342653735 news.xs4all.nl 6924 [2001:888:2000:d::a6]:40593 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:25592 |
Show key headers only | View raw
On 18/07/2012 23:43, Ian Kelly wrote: > On Wed, Jul 18, 2012 at 4:05 PM, <recaialkan@gmail.com> wrote: >> 7 Aralık 1994 Çarşamba 05:04:22 UTC+2 tarihinde Nick Seidenman yazdı: > > You realize that you're replying to a post from 1994? This code was > written for Python 1.0. I'll be pretty impressed if it still works in > 2.7. > You'll need to create a Stack class and replace the string exceptions, but once those are fixed, it appears to work OK in Python 2.7.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: FORTH in Python (py4th.py) recaialkan@gmail.com - 2012-07-18 15:05 -0700 Re: FORTH in Python (py4th.py) Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-18 16:43 -0600 Re: FORTH in Python (py4th.py) MRAB <python@mrabarnett.plus.com> - 2012-07-19 00:22 +0100
csiph-web