]> granicus.if.org Git - python/commit
Merged revisions 68610,68621-68622,68649 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Mon, 19 Jan 2009 15:06:00 +0000 (15:06 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 19 Jan 2009 15:06:00 +0000 (15:06 +0000)
commitf5def21ce7c826deae66bdc7ebb3b3e5ea8dd09d
tree1430cfb4c20ac9054b72ed2f106d190244265038
parent945fdd6e6d0e27e1a39da748c12816a9b7a3785c
Merged revisions 68610,68621-68622,68649 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68610 | kristjan.jonsson | 2009-01-15 03:09:13 -0600 (Thu, 15 Jan 2009) | 3 lines

  Fix recently introduced test cases.
  For datetime, gentoo didn't seem to mind the %e format for strftime.  So, we just excercise those instead making sure that we don't crash.
  For test_os, two cases were incorrect.
........
  r68621 | kristjan.jonsson | 2009-01-15 16:40:03 -0600 (Thu, 15 Jan 2009) | 1 line

  Fix two test cases in test_os.  ftruncate raises IOError unlike all the others which raise OSError.  And close() on some platforms doesn't complain when given an invalid file descriptor.
........
  r68622 | kristjan.jonsson | 2009-01-15 16:46:26 -0600 (Thu, 15 Jan 2009) | 1 line

  Make all the invalid fd tests for os subject to the function being available.
........
  r68649 | benjamin.peterson | 2009-01-16 22:39:05 -0600 (Fri, 16 Jan 2009) | 1 line

  trying to find some fpathconf() settings that all unixs support...
........
Lib/test/test_datetime.py
Lib/test/test_os.py