]> granicus.if.org Git - python/commit
Merged revisions 73073-73074,73089 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Mon, 1 Jun 2009 23:14:51 +0000 (23:14 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 1 Jun 2009 23:14:51 +0000 (23:14 +0000)
commit8cc7d88bbcae32e5b7e12b0c4cfe34de2cff8166
treea344b56e92dc8a1b6a0e6d58c98788c883e28165
parentbe5f3712be7aeb7fee4698a24bcf44ffd98a7b1d
Merged revisions 73073-73074,73089 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73073 | benjamin.peterson | 2009-05-31 09:43:00 -0500 (Sun, 31 May 2009) | 1 line

  remove function import
........
  r73074 | benjamin.peterson | 2009-05-31 10:00:27 -0500 (Sun, 31 May 2009) | 1 line

  __enter__ and __exit__ must be on the class
........
  r73089 | andrew.kuchling | 2009-05-31 19:14:19 -0500 (Sun, 31 May 2009) | 1 line

  The class for regexes isn't called RegexObject any more; correct the text
........
Doc/howto/regex.rst
Lib/multiprocessing/synchronize.py
Lib/test/support.py