Issue1798556

classification
Title: patch for :[ 1798554 ] zlib.__doc__ is not showing any outpu
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pjenvey, ukeshav
Priority: normal Keywords: patch

Created on 2007-09-20.06:22:29 by ukeshav, last changed 2008-11-23.04:36:50 by pjenvey.

Files
File name Uploaded Description Edit Remove
bug_zlib_doc.diff ukeshav, 2007-09-20.06:22:29 patch file
Messages
msg2892 (view) Author: keshav upadhyaya (ukeshav) Date: 2007-09-20.06:22:29
i have fetched the doc string from Python2.5.1 zlibmodule
please look at the attached file 
msg3825 (view) Author: Philip Jenvey (pjenvey) Date: 2008-11-23.04:36:50
you forgot to remove the cruft from the C string definition (using a raw 
string won't do that for you).

I cleaned it up and applied it in r5610, thanks
History
Date User Action Args
2008-11-23 04:36:50pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg3825
nosy: + pjenvey
2007-09-20 06:22:29ukeshavcreate