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: 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 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 By which languages(s) Python was inspired to support evaluating = expressions and executing statements in a separate =93namespace=94 = object? This syntax: eval(expression,globals) or exec(code,globals) What is the origin of the functionality provided by the globals = argument?=