Changeset 737

Show
Ignore:
Timestamp:
06/06/06 10:12:30 (2 years ago)
Author:
mfenniak
Message:

change comment format

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pypdf/trunk/pyPdf/pdf.py

    r736 r737  
    371371                            self.xref[generation] = {} 
    372372                        if self.xref[generation].has_key(num): 
    373                             "It really seems like we should allow the last" 
    374                             "xref table in the file to override previous" 
    375                             "ones. Since we read the file backwards, assume" 
    376                             "any existing key is already set correctly." 
     373                            # It really seems like we should allow the last 
     374                            # xref table in the file to override previous 
     375                            # ones. Since we read the file backwards, assume 
     376                            # any existing key is already set correctly. 
    377377                            pass 
    378378                        else: 
     
    384384                    trailertag = stream.read(7) 
    385385                    if trailertag != "trailer": 
    386                         "more xrefs!" 
     386                        # more xrefs! 
    387387                        stream.seek(-7, 1) 
    388388                    else: