Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/email/mime/application.py

    r2 r391  
    1818        """Create an application/* type MIME document.
    1919
    20         _data is a string containing the raw applicatoin data.
     20        _data is a string containing the raw application data.
    2121
    2222        _subtype is the MIME content type subtype, defaulting to
  • python/trunk/Lib/email/mime/nonmultipart.py

    r2 r391  
    1616    """Base class for MIME multipart/* type messages."""
    1717
    18     __pychecker__ = 'unusednames=payload'
    19 
    2018    def attach(self, payload):
    2119        # The public API prohibits attaching multiple subparts to MIMEBase
     
    2422        raise errors.MultipartConversionError(
    2523            'Cannot attach additional subparts to non-multipart/*')
    26 
    27     del __pychecker__
Note: See TracChangeset for help on using the changeset viewer.