[issue2366] Fixer for new metaclass syntax is needed

2008-09-12 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Added in r66438. One open issue is that the comment is lost in the following example: class X: __metaclass__ = Meta # Spam -- resolution: -> fixed status: open -> closed ___ Python tracke

[issue3855] Windows installation did not work; tried on two machines

2008-09-12 Thread Mitchell Model
New submission from Mitchell Model <[EMAIL PROTECTED]>: I installed 3.0b3 using the Windows MSI installer on two machines, one running 32-bit Windows XP Professional on a 64-bit AMD processor with Python 2.5 already installed, and another a Parallels Desktop on an Intel MacBook running Windows XP

[issue3657] pickle can pickle the wrong function

2008-09-12 Thread Tim Peters
Tim Peters <[EMAIL PROTECTED]> added the comment: BTW, note that the Title of this issue is misleading: pickle.whichmodule() uses object identity ("is": if ... getattr(module, funcname, None) is func: ) to determine whether the given function object is supplied by a module, so it's /not/

[issue3856] IDLE fails on startup on Mac 10.5 for 2.6b3 and 3.0b3

2008-09-12 Thread Mitchell Model
New submission from Mitchell Model <[EMAIL PROTECTED]>: IDLE fails to start on my MacBook [OS 10.5, v2.6b3 and v3.0b3, built from source]. At the call to delete in the backtrace below index1 is 1 and index2 is 'end'. python2.6 lib/python2.6/idlelib/idle.py Traceback (most recent call last): F

[issue3855] Windows installation did not work; tried on two machines

2008-09-12 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: This is a duplicate of issue3820. If you need to try something now, try 3.0b2. -- nosy: +loewis resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

<    1   2