Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73593
| From | Dave Angel <davea@davea.name> |
|---|---|
| Subject | Re: Single underscore in interactive mode |
| Date | 2014-06-25 17:56 -0400 |
| Organization | news.gmane.org |
| References | <3db49432-3133-414f-9c44-ebb595a7ae8f@googlegroups.com> <lof4fk$ncn$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11244.1403733281.18130.python-list@python.org> (permalink) |
Terry Reedy <tjreedy@udel.edu> Wrote in message: > On 6/25/2014 11:20 AM, candide wrote: >> According to the official documentation (The Python Language Reference, Release 3.2): >> >> >> ----------------------------------- >> The special identifier _ is used in the interactive interpreter to >> store the result of the last evaluation; >> ----------------------------------- >> >> >> This description is not very specific. > > Please say either in a tracker issue or here where you found this > statement. I think 'evaluation' should be changed to 'non-None > expression statement' and 'see sys.displayhook' added, linked to the > entry in the sys doc. > > https://pydocs2cn.readthedocs.org/en/latest/reference/lexical_anal ysis.html https://docs.python.org/2/reference/lexical_analysis.html -- DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Single underscore in interactive mode candide <c.candide@laposte.net> - 2014-06-25 08:20 -0700
Re: Single underscore in interactive mode Robert Kern <robert.kern@gmail.com> - 2014-06-25 18:53 +0100
Re: Single underscore in interactive mode Terry Reedy <tjreedy@udel.edu> - 2014-06-25 14:30 -0400
Re: Single underscore in interactive mode candide <c.candide@laposte.net> - 2014-06-25 12:39 -0700
Re: Single underscore in interactive mode Lie Ryan <lie.1296@gmail.com> - 2014-06-25 19:57 +0100
Re: Single underscore in interactive mode Dave Angel <davea@davea.name> - 2014-06-25 17:56 -0400
csiph-web