[Patches] [ python-Patches-633425 ] bz2 compression module

noreply@sourceforge.net noreply@sourceforge.net
Mon, 04 Nov 2002 15:32:27 -0800


Patches item #633425, was opened at 2002-11-04 20:07
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=633425&group_id=5470

Category: Modules
Group: Python 2.3
Status: Open
>Resolution: Accepted
Priority: 3
Submitted By: Gustavo Niemeyer (niemeyer)
>Assigned to: Gustavo Niemeyer (niemeyer)
Summary: bz2 compression module

Initial Comment:
As discussed in python-dev, here is the patch
implementing the bz2 module, including comrehensive
documentation and tests.


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

>Comment By: Martin v. Löwis (loewis)
Date: 2002-11-05 00:32

Message:
Logged In: YES 
user_id=21627

The patch looks fine overall, so please apply it. Don't
forget to add an entry to Misc/NEWS. Providing an
appropriate entry in Modules/Setup.dist might also be a good
idea.

A couple of spelling corrections:
- Use imperative for doc strings, not indicative. I.e. write
"Return the next line", not "Return next line".

- Review the text for missing articles. In general, an
article is needed before every noun in English. A native
speaker should review this after checkin - I don't think we
need to find all grammar errors on SF.

- "one shot decompression" -> "one-shot decompression"


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

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