]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 59212-59225 via svnmerge from
authorGuido van Rossum <guido@python.org>
Thu, 29 Nov 2007 18:43:05 +0000 (18:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Nov 2007 18:43:05 +0000 (18:43 +0000)
commit2fd4f37f11420ab2a010cb057ffb15d37a9504cb
tree9f3f3f66c014993d962156e5ed0a27f616ac01f0
parent5c10664043448f1d27d7ce7eb67c2afe3f54b018
Merged revisions 59212-59225 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59218 | georg.brandl | 2007-11-29 09:01:20 -0800 (Thu, 29 Nov 2007) | 2 lines

  Fix reference target.
........
  r59219 | georg.brandl | 2007-11-29 09:02:34 -0800 (Thu, 29 Nov 2007) | 4 lines

  Add examples to the ConfigParser documentation.

  Credits go to Thomas Lamb, who wrote this as a task in the GHOP contest.
........
  r59223 | guido.van.rossum | 2007-11-29 10:25:12 -0800 (Thu, 29 Nov 2007) | 2 lines

  Fix bug #1517, a segfault in lookdict().
........
  r59224 | georg.brandl | 2007-11-29 10:33:01 -0800 (Thu, 29 Nov 2007) | 2 lines

  Spaces vs. Tabs.
........
Doc/ACKS.txt
Doc/library/configparser.rst
Objects/dictobject.c