Correction

The code is this. range(10) instead of range(1)
==============================================
class Test(webapp.RequestHandler):
    def get(self):
        for i in range(10):
            raw_data = urlfetch.fetch('http://atsushi-takayama.com/
siteinfo/foo.gz').content
            logging.debug('number :' + str(i) + ', text length : ' +
str(len(raw_data)))
==============================================

It looks on the dashboard like this.
http://img.f.hatena.ne.jp/images/fotolife/e/edvakf/20090814/20090814003218.png

edvakf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to