[Patches] [ python-Patches-568124 ] More doc string macros patches

noreply@sourceforge.net noreply@sourceforge.net
Thu, 13 Jun 2002 13:35:30 -0700


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

Category: None
Group: Python 2.3
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
Assigned to: Martin v. Löwis (loewis)
Summary: More doc string macros patches

Initial Comment:
This patch implements the documentation string macros in Python 
code which was not yet using it. 
 
Mac port still has to be adapted, and will be included in a later patch. 

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

>Comment By: Martin v. Löwis (loewis)
Date: 2002-06-13 22:35

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

_hotshot.c 1.18
_localemodule.c 2.32
_ssl.c 1.4
_weakref.c 1.16
almodule.c 1.36
arraymodule.c 2.74
binascii.c 2.34
cPickle.c 2.85
cStringIO.c 2.36
cmathmodule.c 2.30
cryptmodule.c 2.13
errnomodule.c 2.17
fcntlmodule.c 2.35
gcmodule.c 2.44
gdbmmodule.c 2.33
grpmodule.c 2.18
mathmodule.c 2.68
md5module.c 2.30
newmodule.c 2.39
operator.c 2.21
parsermodule.c 2.70
posixmodule.c 2.235
pwdmodule.c 1.34
pyexpat.c 2.60
readline.c 2.51
resource.c 2.26
selectmodule.c 2.64
shamodule.c 2.19
signalmodule.c 2.68
socketmodule.c 1.228
stropmodule.c 2.89
structmodule.c 2.55
termios.c 2.35
threadmodule.c 2.50
timemodule.c 2.127
unicodedata.c 2.18
xreadlinesmodule.c 1.10
xxsubtype.c 2.15
zlibmodule.c 2.62
boolobject.c 1.4
cobject.c 2.14
complexobject.c 2.62
descrobject.c 2.26
dictobject.c 2.126
enumobject.c 1.2
fileobject.c 2.163
floatobject.c 2.113
funcobject.c 2.54
intobject.c 2.84
listobject.c 2.111
longobject.c 1.118
moduleobject.c 2.45
rangeobject.c 2.41
stringobject.c 2.167
tupleobject.c 2.66
typeobject.c 2.153
unicodeobject.c 2.153
_winreg.c 1.10
winsound.c 1.10
bltinmodule.c 2.259
exceptions.c 1.32
import.c 2.205
riscosmodule.c 1.6


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

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-06-13 21:05

Message:
Logged In: YES 
user_id=6380

This is OK.

Note that the socket module has already been changed (I
rewrote a few docstrings) so watch out there.

*Somebody* has to check it in now...

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

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