Changeset 72c3fcb


Ignore:
Timestamp:
Jan 21, 2012, 3:34:38 PM (12 years ago)
Author:
Kyle Brogle <broglek@…>
Branches:
no-cups
Children:
9da7428, 4914b47
Parents:
5141ed8
git-author:
Kyle Brogle <broglek@…> (01/21/12 15:34:38)
git-committer:
Kyle Brogle <broglek@…> (01/21/12 15:34:38)
Message:

fixed doc formatting and send_uri formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/server/requests.py

    r5141ed8 r72c3fcb  
    291291
    292292        If the Printer determines this document accessibility problem after
    293         accepting the request and returning an operation response with one of
    294         the successful status codes, the Printer adds the 'document-access-
    295         error' value to the job's 'job-state-reasons' attribute and MAY                                                 populate the job's 'job-document-access-errors' Job Description
    296         attribute (see section 4.3.11).  See The Implementer's Guide [IPP-
    297         IIG] for suggested additional checks.
     293        accepting the request and returning an operation response with one
     294        of the successful status codes, the Printer adds the
     295        'document-access- error' value to the job's 'job-state-reasons'
     296        attribute and MAY populate the job's 'job-document-access-errors'
     297        Job Description attribute (see section 4.3.11).  See The
     298        Implementer's Guide [IPP- IIG] for suggested additional checks.
    298299                                                                             
    299300        If the Printer object supports this operation, it MUST support the
     
    896897    @handler_for(ipp.OperationCodes.SEND_URI)
    897898    def send_uri(self, request, response):
    898        raise ipp.errors.ServerErrorOperationNotSupported
     899
    899900        """3.2.2 Send URI
    900901
Note: See TracChangeset for help on using the changeset viewer.