Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61289
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <musicdenotation@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'inspired': 0.05; 'expressions': 0.07; 'statements': 0.09; 'python': 0.11; 'evaluating': 0.16; 'globals': 0.16; 'subject:object': 0.16; 'to:name:python list': 0.16; 'separate': 0.22; 'origin': 0.31; 'received:google.com': 0.35; 'executing': 0.36; 'message- id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.63; 'charset:windows-1252': 0.65 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=ZViIcnpaXcDYQAEdZWeHMdivDfWkAKYrYDy/Oppw6N8=; b=pkOXB1CnislK+XDUA1tqJxjhH+nkVQXe4CbS3UjWb1LKK9iUdzF7Uy2kqvnTHoMep/ MGi85wUyWCmvE16oX6JR/uE+s6g1xhtmM343mRas7LIdk6bOEXCJZiq6La/E+Sd7LhE9 sy6ldw4keVZx+kSDOU2BXaFNTFqj4cAS92oQ6rWXNgYKxa+ryrIcPnxnx/rnLn5uQzdK S7jo1uPM0Oot63VWStKONK7lroAL0/bzDmDtS86htr/aA3EzDp80R2U7SHVsPUeWv3fB IvBY9ipwBq1NKRSQjjqGv9YabPOS1YBLAIsp1MDp11NZ7+NIjrvtrYf7RM/cSkJZEmsz bH2A== |
| X-Received | by 10.66.142.132 with SMTP id rw4mr14814812pab.6.1386498960003; Sun, 08 Dec 2013 02:36:00 -0800 (PST) |
| From | Kalinni Gorzkis <musicdenotation@gmail.com> |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | quoted-printable |
| Subject | Origin of eval()-ing in separate namespace object |
| Date | Sun, 8 Dec 2013 17:35:54 +0700 |
| To | Python List <python-list@python.org> |
| Mime-Version | 1.0 (Mac OS X Mail 7.0 \(1822\)) |
| X-Mailer | Apple Mail (2.1822) |
| X-Mailman-Approved-At | Sun, 08 Dec 2013 13:36:50 +0100 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3727.1386506211.18130.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1386506211 news.xs4all.nl 2840 [2001:888:2000:d::a6]:54775 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:61289 |
Show key headers only | View raw
By which languages(s) Python was inspired to support evaluating expressions and executing statements in a separate “namespace” object? This syntax: eval(expression,globals) or exec(code,globals) What is the origin of the functionality provided by the globals argument?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Origin of eval()-ing in separate namespace object Kalinni Gorzkis <musicdenotation@gmail.com> - 2013-12-08 17:35 +0700
Re: Origin of eval()-ing in separate namespace object rusi <rustompmody@gmail.com> - 2013-12-08 05:45 -0800
Re: Origin of eval()-ing in separate namespace object Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2013-12-08 16:39 +0200
Re: Origin of eval()-ing in separate namespace object rusi <rustompmody@gmail.com> - 2013-12-08 08:39 -0800
csiph-web