This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2008-01-29.03:06:43
SpamBayes Score 0.14302222
Marked as misclassified No
Message-id <1201576005.17.0.220280417702.issue1961@psf.upfronthosting.co.za>
In-reply-to
Content
I currently can't build the docs (r60374):

...
  File
"/Users/brett/Dev/python/2.x/pristine/Doc/tools/sphinx/search.py", line
70, in load
    for (k, v) in frozen[2].iteritems())
AttributeError: 'list' object has no attribute 'iteritems'
make: *** [build] Error 1


Seems to be related to the json stuff based on the full traceback.
History
Date User Action Args
2008-01-29 03:06:45brett.cannonsetspambayes_score: 0.143022 -> 0.14302222
recipients: + brett.cannon
2008-01-29 03:06:45brett.cannonsetspambayes_score: 0.143022 -> 0.143022
messageid: <1201576005.17.0.220280417702.issue1961@psf.upfronthosting.co.za>
2008-01-29 03:06:44brett.cannonlinkissue1961 messages
2008-01-29 03:06:43brett.cannoncreate