[Patches] [ python-Patches-842567 ] reflect the removal of mpz

SourceForge.net noreply at sourceforge.net
Tue Nov 18 22:23:18 EST 2003


Patches item #842567, was opened at 2003-11-15 12:00
Message generated for change (Comment added) made by quiver
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=842567&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: reflect the removal of mpz

Initial Comment:
mpz's doc says "This module will be removed in 
Python 2.3" but Python 2.3 has been released, so it 
should read:
"This module has been removed in Python 2.3"


Python 2.3.2 (#1, Oct  9 2003, 12:03:29)
Type "help", "copyright", "credits" or "license" for 
more information.
>>> import mpz
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named mpz

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

>Comment By: George Yoshida (quiver)
Date: 2003-11-19 12:23

Message:
Logged In: YES 
user_id=671362

Following your advice, I revised the previous patch.
* remove the obscure part
  (This module will be removed in Python 2.3.)
* add the version infomation to the availability of the 
module
  (use \versionchanged tag)

I guess this is clearer what has changed since 2.3.
The change is as follows:

 Deprecated since release 2.2. See the references at the 
end of this section for information about packages which 
provide similar functionality. This module will be 
removed in Python 2.3.
 This is an optional module. It is only available when 
Python is configured to include it, which requires that 
the GNU MP software is installed. 

--> patch applied

 Deprecated since release 2.2. See the references at the 
end of this section for information about packages which 
provide similar functionality. 
 Changed in version 2.3: This is an optional module. It is 
only available when Python is configured to include it, 
which requires that the GNU MP software is installed.


Thanks.

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

Comment By: Martin v. Löwis (loewis)
Date: 2003-11-19 04:51

Message:
Logged In: YES 
user_id=21627

I believe the patch is incorrect; the module is still
available. The fact that you don't have it probably
originates from the fact that you don't have gmp build
environment.

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

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



More information about the Patches mailing list