~ubuntu-branches/ubuntu/natty/python3.1/natty-security

« back to all changes in this revision

Viewing changes to Doc/whatsnew/2.1.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-07-06 16:52:42 UTC
  • mfrom: (1.2.1 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100706165242-2xv4i019r3et6c0j
Tags: 3.1.2+20100706-1ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.
  - Add debian/patches/overwrite-semaphore-check for Lucid buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
731
731
         ...
732
732
 
733
733
  For a fuller discussion of the line I/O changes, see the python-dev summary for
734
 
  January 1-15, 2001 at http://www.python.org/dev/summary/2001-01-1.html.
 
734
  January 1-15, 2001 at http://www.python.org/dev/summary/2001-01-1/.
735
735
 
736
736
* A new method, :meth:`popitem`, was added to dictionaries to enable
737
737
  destructively iterating through the contents of a dictionary; this can be faster