Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/DocXMLRPCServer.py

    r2 r388  
    241241        self.wfile.write(response)
    242242
    243         # shut down the connection
    244         self.wfile.flush()
    245         self.connection.shutdown(1)
    246 
    247243class DocXMLRPCServer(  SimpleXMLRPCServer,
    248244                        XMLRPCDocGenerator):
Note: See TracChangeset for help on using the changeset viewer.