Changes between Version 10 and Version 11 of PyAmazon


Ignore:
Timestamp:
06/18/06 00:53:07 (18 years ago)
Author:
atzm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PyAmazon

    v10 v11  
    2525for p in data.ProductLine: 
    2626    details = p.ProductInfo.Details 
     27    # 
    2728    for d in details: 
    2829        for key, val in d.__dict__.iteritems():