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/2004-September/048563.html below:

[Python-Dev] Re: PEP 309 updated slightly

[Python-Dev] Re: PEP 309 updated slightly [Python-Dev] Re: PEP 309 updated slightlyScott David Daniels Scott.Daniels at Acm.Org
Thu Sep 2 23:49:02 CEST 2004
Alex Naanou wrote:

>        if isinstance(func, LCurry) or isinstance(func, RCurry):
^^ is better written as:
          if isinstance(func, (LCurry, RCurry)):

-- 
-- Scott David Daniels
Scott.Daniels at Acm.Org

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