]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70628 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 26 Mar 2009 21:54:53 +0000 (21:54 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 26 Mar 2009 21:54:53 +0000 (21:54 +0000)
commitce39a8336885cc05b5e0b90a6b70136e6f045e15
treed38e3f10724a1e215517532e14fd05752ffece3d
parent1de5dd0dc5df53632a6319e8fc8cec8070f7bbc3
Merged revisions 70628 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r70628 | benjamin.peterson | 2009-03-26 16:49:58 -0500 (Thu, 26 Mar 2009) | 31 lines

  Merged revisions 70518,70521,70590,70594-70595 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r70518 | matthias.klose | 2009-03-22 08:08:22 -0500 (Sun, 22 Mar 2009) | 2 lines

    - Fix comment macro in python.man
  ........
    r70521 | benjamin.peterson | 2009-03-22 12:45:11 -0500 (Sun, 22 Mar 2009) | 1 line

    close the file even if an exception occurs #5536
  ........
    r70590 | skip.montanaro | 2009-03-24 19:52:11 -0500 (Tue, 24 Mar 2009) | 1 line

    clarify the type of data returned
  ........
    r70594 | marc-andre.lemburg | 2009-03-25 14:44:58 -0500 (Wed, 25 Mar 2009) | 9 lines

    Remove the sys.version_info shortcut, since they cause the APIs
    to return different information than the _sys_version() output
    used in previous Python versions.

    This also fixes issue5561: platform.python_version_tuple returns tuple of ints, should be strings

    Added more tests for the various platform functions.
  ........
    r70595 | marc-andre.lemburg | 2009-03-25 14:45:33 -0500 (Wed, 25 Mar 2009) | 3 lines

    News item for the platform.py fix (r70594).
  ........
................
Lib/platform.py
Lib/test/test_platform.py
Lib/urllib/request.py
Misc/python.man