[Patches] [ python-Patches-505375 ] Make doc strings optional

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Jun 2002 09:45:37 -0700


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

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make doc strings optional

Initial Comment:
As discussed in python-dev, documentation strings are 
responsible for 10% of python's executable footprint. 
This patch tries to merge everyone's idea about how 
documentation strings should be optional.

Please note that, for now, only sysmodule.c is using 
the new macros. When this patch get in, I (and 
others, maybe) will gradually implement these macros 
in all documentation strings available in python's 
code.

Reference:
http://mail.python.org/pipermail/python-dev/2002-January/019392.html


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

>Comment By: Gustavo Niemeyer (niemeyer)
Date: 2002-06-06 16:45

Message:
Logged In: YES 
user_id=7887

I'll work on it. Thanks! 

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-06-04 17:25

Message:
Logged In: YES 
user_id=21627

Can you please update the patch to the current code base?
Notice that pyconfig.h.in is a generated file, generated by
autoheader; you need to split this change into configure.in
and Include/something changes (something probably being
Python.h)

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

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