Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101282
| Path | csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.python |
| Subject | Re: Why is there difference between cmd line and .py file? |
| Date | Wed, 06 Jan 2016 00:25:29 +0100 |
| Organization | PointedEars Software (PES) |
| Lines | 15 |
| Message-ID | <1876022.WpuiDFLl9Z@PointedEars.de> (permalink) |
| References | <e9f1d94f-4dd6-49b5-bf5c-bbcdc8d304e8@googlegroups.com> <d1b79ba9-8c83-40fb-a82c-8d04fdface1b@googlegroups.com> |
| Reply-To | Thomas 'PointedEars' Lahn <usenet@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| X-Trace | solani.org 1452036330 11430 eJwFwYEBwCAIA7CXZC0Fz0Em/59g4pCpg3LRx6fvoTLRN1b/PcxdWTUcawEuc/AEFrHr23grZRDY (5 Jan 2016 23:25:30 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Tue, 5 Jan 2016 23:25:30 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwFwYkBwEAEBMCWzrcoB6H/EjJjAsK4wqB2dmzlolyNILuKzoHvZAxubh+loqfTM5yO8yt5B8peemLOP1XRFUo= |
| Cancel-Lock | sha1:vu+75JL0/ppA6AsUB2c6jdxDh+w= |
| X-NNTP-Posting-Host | eJwFwYEBwCAIA7CX6qQVzpll/H/CEm4t+YSo4HDkLDyOF7W9PuYdHHcddg0iWwnd7rYKkH4XSRDj |
| Xref | csiph.com comp.lang.python:101282 |
Show key headers only | View raw
Robert wrote: > I just wonder that the cmd line function sum may be different from the > .py file used. One is numpy package, the other is a general one. Then, > how can I further make it clear for this guess? Among other things: print(sum.__doc__) -- PointedEars Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Why is there difference between cmd line and .py file? Robert <rxjwg98@gmail.com> - 2016-01-05 12:25 -0800
Re: Why is there difference between cmd line and .py file? John Gordon <gordon@panix.com> - 2016-01-05 20:37 +0000
Re: Why is there difference between cmd line and .py file? Robert <rxjwg98@gmail.com> - 2016-01-05 12:45 -0800
Re: Why is there difference between cmd line and .py file? Joel Goldstick <joel.goldstick@gmail.com> - 2016-01-05 15:58 -0500
Re: Why is there difference between cmd line and .py file? Robert <rxjwg98@gmail.com> - 2016-01-05 13:05 -0800
Re: Why is there difference between cmd line and .py file? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-06 00:21 +0100
Re: Why is there difference between cmd line and .py file? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-01-06 16:25 +1100
Re: Why is there difference between cmd line and .py file? Robert <rxjwg98@gmail.com> - 2016-01-05 12:41 -0800
Re: Why is there difference between cmd line and .py file? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-06 00:25 +0100
Re: Why is there difference between cmd line and .py file? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-01-06 16:18 +1100
Re: Why is there difference between cmd line and .py file? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-01-06 16:33 +1100
csiph-web