The Artima Developer Community
Sponsored Link

Python Buzz Forum
Richard's little script for finding TODO items

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jarno Virtanen

Posts: 109
Nickname: jajvirta
Registered: May, 2003

Jarno Virtanen is a university student for life, it seems, and a part time software developer
Richard's little script for finding TODO items Posted: Jul 7, 2003 1:48 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Jarno Virtanen.
Original Post: Richard's little script for finding TODO items
Feed Title: Python owns us
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: A weblog about Python from the view point of Jarno Virtanen.
Latest Python Buzz Posts
Latest Python Buzz Posts by Jarno Virtanen
Latest Posts From Python owns us

Advertisement

So, I took Richard's little challenge to spot Python 2.3 features in his TODO item finder script, but I found only two:

        ...
        for i, line in enumerate(lines):
            ...

The enumerate() function, that is.

        ...
            if 'TODO' not in line:
            ...

String changes.

What are the rest? Or are there?

Read: Richard's little script for finding TODO items

Topic: Some general thoughts on EuroPython 2003 Previous Topic   Next Topic Topic: Thursday roundup

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use