Author: kurt.kaiser
Date: Wed Feb 13 17:09:27 2008
New Revision: 60761
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
list.sort() and builtin.sorted() no longer accept 'cmp' argument.
Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
===
Author: kurt.kaiser
Date: Wed Feb 13 19:03:11 2008
New Revision: 60763
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
Improve formatting for arg names in previous checkin.
Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
===
Author: thomas.heller
Date: Wed Feb 13 21:40:44 2008
New Revision: 60769
Added:
python/branches/py3k/Lib/ctypes/test/test_pickling.py
- copied, changed from r60767,
python/trunk/Lib/ctypes/test/test_pickling.py
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/
Author: kurt.kaiser
Date: Thu Feb 14 03:47:50 2008
New Revision: 60774
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
typo
Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==
--- python/branches/py3k/Doc/