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:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/whatsnew/2.0.rst

    r2 r391  
    657657arguments accepted by some methods.  Some methods would take multiple arguments
    658658and treat them as a tuple, particularly various list methods such as
    659 :meth:`.append` and :meth:`.insert`. In earlier versions of Python, if ``L`` is
     659:meth:`append` and :meth:`insert`. In earlier versions of Python, if ``L`` is
    660660a list, ``L.append( 1,2 )`` appends the tuple ``(1,2)`` to the list.  In Python
    6616612.0 this causes a :exc:`TypeError` exception to be raised, with the message:
Note: See TracChangeset for help on using the changeset viewer.