[Patches] [ python-Patches-568629 ] types made callable

noreply@sourceforge.net noreply@sourceforge.net
Fri, 14 Jun 2002 13:41:43 -0700


Patches item #568629, was opened at 2002-06-13 14:46
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=568629&group_id=5470

Category: Core (C code)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Oren Tirosh (orenti)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: types made callable

Initial Comment:
The following types can now be created by calling the 
type objects:

slice
buffer
class
code
function
instance
instancemethod

The module new has been replaced with a small 
backward compatibility Python placeholder.

(includes patch #568544)



----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-06-14 16:41

Message:
Logged In: YES 
user_id=6380

Wow!  Very good.  Thanks.

All checked in now -- I've only tweaked the lay-out and
docstrings a bit in some places.

----------------------------------------------------------------------

Comment By: Oren Tirosh (orenti)
Date: 2002-06-14 11:42

Message:
Logged In: YES 
user_id=562624

Reconciled with the big docstr patch, general cleanup.  

Removed references to newmodule from various make and 
project files except for the following binary mac project files:

Mac/Build/PythonCore.mcp
Mac/Build/PythonStandSmall.mcp
Mac/Build/PythonStandalone.mcp


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=568629&group_id=5470