A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-June/065671.html below:

[Python-Dev] Is implicit underscore assignment buggy?

[Python-Dev] Is implicit underscore assignment buggy? [Python-Dev] Is implicit underscore assignment buggy?Raymond Hettinger raymond.hettinger at verizon.net
Wed Jun 7 23:49:23 CEST 2006
When the result of an expression is None, the interactive interpreter 
correctly suppresses the display of the result.  However, it also 
 suppresses the underscore assignment.  I'm not sure if that is correct 
 or desirable because a subsequent statement has no way of knowing 
 whether the underscore assignment is current or whether it represents an 
 earlier non-None result.
 
 Here's an example from a co-worker's regular expression experiments:
 
>>> import re, string
>>> re.search('lmnop', string.letters)
<_sre.SRE_Match object at 0xb6f2c480>
>>> re.search('pycon', string.letters)
>>> if _ is not None:
 ...         print _.group()
lmnop
 
 
 
 Raymond
 

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4