[Python-3000-checkins] r56659 - python/branches/py3k-struni/Doc/ref/ref3.tex

2007-08-02 Thread georg.brandl
Author: georg.brandl Date: Thu Aug 2 09:53:40 2007 New Revision: 56659 Modified: python/branches/py3k-struni/Doc/ref/ref3.tex Log: Remove useless \withsubitem. Modified: python/branches/py3k-struni/Doc/ref/ref3.tex =

[Python-3000-checkins] r56672 - in python/branches/py3k-struni: Lib/test/test_metaclass.py Objects/typeobject.c

2007-08-02 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 2 18:48:17 2007 New Revision: 56672 Modified: python/branches/py3k-struni/Lib/test/test_metaclass.py python/branches/py3k-struni/Objects/typeobject.c Log: Add a default __prepare__() method to 'type', so it can be called using super(). (See recent con

[Python-3000-checkins] r56686 - python/branches/p3yk/Mac/Demo/sound/morse.py

2007-08-02 Thread neal.norwitz
Author: neal.norwitz Date: Fri Aug 3 07:21:48 2007 New Revision: 56686 Removed: python/branches/p3yk/Mac/Demo/sound/morse.py Log: Missed one module that should have been removed since it relied on audiodev which was removed. Deleted: /python/branches/p3yk/Mac/Demo/sound/morse.py ==