]> granicus.if.org Git - python/commit
Merged revisions 60234-60244 via svnmerge from
authorChristian Heimes <christian@cheimes.de>
Thu, 24 Jan 2008 16:21:45 +0000 (16:21 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 24 Jan 2008 16:21:45 +0000 (16:21 +0000)
commite7a15bb808f2118920fed0b5949f821940cf7416
tree5b7015f62adf9b7c934f3b9aa83e80e5d7efa929
parente83ebd9ab10adc43b0e6368c6985a4a90a85747f
Merged revisions 60234-60244 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r60234 | gregory.p.smith | 2008-01-24 10:38:26 +0100 (Thu, 24 Jan 2008) | 4 lines

  Fix issue1789: The tutorial contained a misuse of the struct module.

  (also remove an unneeded import struct from test_largefile)
........
  r60237 | vinay.sajip | 2008-01-24 13:37:08 +0100 (Thu, 24 Jan 2008) | 1 line

  Added optional delay argument to FileHandler and subclasses.
........
  r60238 | vinay.sajip | 2008-01-24 13:37:33 +0100 (Thu, 24 Jan 2008) | 1 line

  Added optional delay argument to FileHandler and subclasses.
........
  r60239 | vinay.sajip | 2008-01-24 13:38:30 +0100 (Thu, 24 Jan 2008) | 1 line

  Added documentation for optional delay argument to FileHandler and subclasses.
........
  r60240 | vinay.sajip | 2008-01-24 13:43:33 +0100 (Thu, 24 Jan 2008) | 1 line

  Updated for optional delay argument to FileHandler and subclasses.
........
  r60243 | guido.van.rossum | 2008-01-24 16:53:22 +0100 (Thu, 24 Jan 2008) | 2 lines

  Fi debug turd -- a call accidentally left out.
........
Doc/library/logging.rst
Doc/tutorial/stdlib2.rst
Lib/logging/__init__.py
Lib/logging/handlers.py
Lib/test/test_descr.py
Lib/test/test_largefile.py