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-February/061461.html below:

[Python-Dev] New Module: CommandLoop

[Python-Dev] New Module: CommandLoop [Python-Dev] New Module: CommandLoopRaymond Hettinger raymond.hettinger at verizon.net
Mon Feb 20 00:59:07 CET 2006
[Raymond Hettinger]
> 1) The "chars" variable can be eliminated and the "while chars" and 
> "c=chars.pop(0)" sequence simplified to just:
>    for c in reversed(str):

Actually, that should have been just:
      for c in str:
         . . .


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